Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Oct 17, 2023
1 parent 27f30fc commit 654560b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion apps/web/components/core/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ 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="/" aria-label="Fluid Colors">
<Link
className="flex items-center"
href="https://github.com/fluid-design-io/fluid-design"
aria-label="Fluid Colors"
>
<FluidColorLogo className="h-6 w-6" />
<span
className={cn(
Expand Down
2 changes: 1 addition & 1 deletion apps/web/components/palette/palette-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function PaletteHeader() {

<div className="flex items-center justify-start gap-1.5 text-xs text-muted-foreground sm:ms-4">
<Palette className="h-2.5 w-2.5" />
<p>fluid-design-io/fluid-colors</p>
<p>fluid-design-io/fluid-design</p>
</div>
</div>
);
Expand Down

0 comments on commit 654560b

Please sign in to comment.