Skip to content

Commit

Permalink
fix: fixed up header links
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 18, 2023
1 parent 8728c8b commit a9b1854
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions apps/web/components/core/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ import { cn } from "@ui/lib/utils";
function SiteHeader() {
return (
<div className="site-padding relative z-20 mx-auto grid w-full max-w-[120rem] grid-cols-5 items-center justify-between py-2">
<Link
className="flex items-center"
href="https://github.com/fluid-design-io/fluid-design"
aria-label="Fluid Colors"
>
<Link className="flex items-center" href="/" aria-label="Fluid Colors">
<FluidColorLogo className="h-6 w-6" />
<span
className={cn(
Expand All @@ -30,7 +26,7 @@ function SiteHeader() {
<div className="flex items-center justify-end">
<Button variant="ghost" size="icon" asChild>
<Link
href="https://fluid-colors.vercel.app/"
href="https://github.com/fluid-design-io/fluid-design"
target="_blank"
rel="noopener noreferrer"
aria-label="Github"
Expand Down

0 comments on commit a9b1854

Please sign in to comment.