Skip to content

Commit

Permalink
updated home link
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Jan 17, 2024
1 parent 7b33cc6 commit 62edbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Header() {
<MobileNavigation />
</div>
<div className="relative flex basis-0 items-center">
<Link href="/" aria-label="Home page">
<Link href="https://zuplo.com" aria-label="Home page">
<Logomark className="h-9 w-9 md:hidden" />
<Logo className="hidden h-7 w-auto md:inline-block" />
</Link>
Expand Down

1 comment on commit 62edbac

@vercel
Copy link

@vercel vercel bot commented on 62edbac Jan 17, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./

docs-git-main.zuplopreview.net
docs.zuplopreview.net
docs.zuplo.site

Please sign in to comment.