Skip to content

Commit

Permalink
fix: ui revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinfe123 committed Jun 17, 2024
1 parent 88dd1d8 commit e2bb1c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion apps/www/app/(www)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const LogInPage = async () => {
redirect("/")
}
return (
<div className="lg:mt-[-30px] custom-screen">
<div className="lg:mt-14 custom-screen">
<Section
className="relative max-w-7xl"
crosses
Expand Down
10 changes: 0 additions & 10 deletions apps/www/components/ui/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ export default () => {
})}
</ul>
<div className="mt-6 md:mt-0">
<LinkItem
variant="shiny"
href="/components"
className="w-full group block bg-gradient-to-tr from-zinc-300/5 via-gray-400/5 to-transparent bg-transparent border-input border-[1px] hover:bg-transparent/50 "
>
Join FarmUI
<ChevronRight className="inline-flex w-4 h-4 ml-2 group-hover:translate-x-1 duration-300" />

</LinkItem>
{!!user ? (
<TooltipProvider>
<Tooltip>
Expand Down Expand Up @@ -153,7 +144,6 @@ export default () => {
<ChevronRight className="inline-flex w-4 h-4 ml-2 group-hover:translate-x-1 duration-300" />
</LinkItem>
)}

</div>
</div>
</div>
Expand Down

0 comments on commit e2bb1c4

Please sign in to comment.