Skip to content

Commit

Permalink
[chore] change logo link to a static link / redudant after making the…
Browse files Browse the repository at this point in the history
… dashboard public without middleware.
  • Loading branch information
nkoerner93 committed Aug 21, 2024
1 parent c833178 commit 7c9ae82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Header = async () => {
<header className="w-full border-b-[1px] p-4">
<div className="mx-auto flex h-14 max-w-screen-2xl items-center justify-between">
<span className="text-2xl font-bold">
<Link href={session.isLoggedIn ? "/dashboard" : "/"}>
<Link href={"/"}>
<div className="flex flex-row items-center gap-2">
<Zap className="text-orange-600" />
<Spark_Heading fontweight="font-bold" size="text-2xl">
Expand Down

0 comments on commit 7c9ae82

Please sign in to comment.