Skip to content

Commit

Permalink
Merge pull request #55 from Kinfe123/fixes
Browse files Browse the repository at this point in the history
Fixes
  • Loading branch information
Kinfe123 authored Jun 17, 2024
2 parents cad7ef9 + 8c1caae commit 04c5c22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/www/app/(www)/components/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export default async ({ params: { slug } }: { params: Params }) => {
);
return (
<>
<div className="">
<div className="z-30 flex items-center space-x-1 text-sm text-muted-foreground mb-10">
<div className="mt-16">
<div className="z-30 flex items-center space-x-1 text-sm text-muted-foreground mb-8">
<Link
href={"/components"}
className="overflow-hidden cursor-pointer text-ellipsis whitespace-nowrap font-geistMono tracking-tight uppercase"
Expand Down
2 changes: 1 addition & 1 deletion apps/www/components/ui/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default async function () {
}
>
<IconGithub />
<div className="w-[1px] h-[20px] bg-white/10 inline-flex mx-2 group-hover:bg-white/20" />
<div className="w-[16px] h-[20px] bg-white/10 inline-flex mx-2 group-hover:bg-white/20" />
<span className={cn(heroStyle.magicText)}>
<Suspense fallback={<></>}>
<a href="https://github.com/Kinfe123/farm-ui" target="_blank">
Expand Down

0 comments on commit 04c5c22

Please sign in to comment.