Skip to content

Commit

Permalink
update tag issue icon
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Mar 6, 2024
1 parent 864aab0 commit 440278a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
8 changes: 1 addition & 7 deletions src/components/NavDropdownMobile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,7 @@
<span
class="mr-4 rounded-full bg-mobileButtons p-3 transition-colors active:bg-mobileButtonsActive"
>
<Icon
w="24"
h="24"
icon={link.icon}
type="mobile-nav"
style={link.icon === 'issue' ? 'opacity-75' : ''}
/>
<Icon w="24" h="24" icon={link.icon} type="mobile-nav" />
</span>
<span>{link.title}</span>
{#if link.external}
Expand Down
5 changes: 3 additions & 2 deletions static/icons/mobile-nav/spritesheet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions static/icons/popup/spritesheet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 440278a

Please sign in to comment.