Skip to content

Commit

Permalink
fix(header): replace logo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mariamarinescu committed Jan 8, 2025
1 parent 7df40dd commit 95c56dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Logo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Link } from 'gestalt';

export const Logo = () => (
<Link
href="/"
href="/ji-yun/about"
tapStyle="compress"
underline="hover"
accessibilityLabel="Navigate to home page."
Expand Down

0 comments on commit 95c56dc

Please sign in to comment.