Skip to content

Commit

Permalink
feat(frontend): 🎸 move icon of certificate creation link after text
Browse files Browse the repository at this point in the history
on dashboard layout
  • Loading branch information
apttx committed Jan 7, 2025
1 parent 08830ed commit a5e2d83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/routes/dashboard/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<nav>
<a
href="/dashboard/mint"
class="{navigationLinkStyles.navigationLink} {navigationLinkStyles.withIconLeft}"
class="{navigationLinkStyles.navigationLink} {navigationLinkStyles.withIconRight}"
>
<CreateCertificate aria-hidden="true" />

Create certificate

<CreateCertificate aria-hidden="true" />
</a>
</nav>

Expand Down

0 comments on commit a5e2d83

Please sign in to comment.