Skip to content

Commit

Permalink
fix: link for new assets in accounts without any assets (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl authored Jan 10, 2025
1 parent 0d079ba commit 738ad4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/factory/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ function NoAssetsFound() {
<p className="max-w-2xl mb-6 font-light text-gray-500 lg:mb-8 md:text-lg lg:text-xl">
You do not have any factory assets yet. Create a new asset in the factory page!
</p>
<Link href="/groups/create" passHref>
<Link href="/factory/create" passHref>
<button className="btn btn-gradient">Create New Token</button>
</Link>
</div>
Expand Down

0 comments on commit 738ad4e

Please sign in to comment.