Skip to content

Commit 531853d

Browse files
authored
Revert Zoo logo link to lead to dashboard, not website (#185)
Text-to-CAD Generator is sometimes a funnel toward Zoo's website, but users can learn about Zoo and our APIs via links in the footer. Leave the Zoo logo in the top nav to do what they usually do, return to the "home page" of the app.
1 parent 2b2a66a commit 531853d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{/if}
3535
<span class="sr-only">Open menu</span>
3636
</button>
37-
<a href={paths.ZOO_SITE} rel="noopener noreferrer" target="_blank">
37+
<a href={paths.DASHBOARD}>
3838
<Logo className="h-6 hover:text-green" />
3939
</a>
4040
<a

0 commit comments

Comments
 (0)