Skip to content

Commit

Permalink
feat: add new nav icons
Browse files Browse the repository at this point in the history
  • Loading branch information
isoden committed Sep 6, 2023
1 parent cc95f70 commit fa90f69
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
routerLink="/my-talismans"
routerLinkActive="bg-slate-200 dark:bg-zinc-900"
>
<uic-icon class="h-6 w-6" name="diamond" />
<img src="assets/nav-icon-02.svg" alt="" />
<span class="ml-2 font-semibold" [class.sr-only]="collapsed">護石管理</span>
</a>

Expand All @@ -37,7 +37,7 @@
routerLink="/my-armors"
routerLinkActive="bg-slate-200 dark:bg-zinc-900"
>
<uic-icon class="h-6 w-6" name="shield" />
<img src="assets/nav-icon-03.svg" alt="" />
<span class="ml-2 font-semibold" [class.sr-only]="collapsed">傀異錬成防具管理</span>
</a>
</div>
Expand Down
7 changes: 7 additions & 0 deletions apps/webapp/src/assets/nav-icon-02.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit fa90f69

@vercel
Copy link

@vercel vercel bot commented on fa90f69 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.