Skip to content

Commit

Permalink
Changed logo href to /explore
Browse files Browse the repository at this point in the history
  • Loading branch information
atrincas committed Dec 11, 2024
1 parent f229c46 commit 950ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/containers/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Header: FC = () => {

return (
<header className="flex items-center justify-between rounded-2xl bg-accent p-4">
<Link href="/sandbox">
<Link href="/explore">
<div className="h-[72px] w-[160px] space-y-3 bg-logo bg-no-repeat">
<h1 className="overflow-hidden whitespace-nowrap indent-[100%]">
4Growth Visualisation Platform
Expand Down

0 comments on commit 950ea30

Please sign in to comment.