-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from Lostovayne/auth
fix:texts in ui elements
- Loading branch information
Showing
4 changed files
with
32 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import { Button } from "@/components/ui/button"; | ||
import { Logo } from "./logo"; | ||
|
||
const Footer = () => { | ||
return ( | ||
<div className="flex items-center w-full p-6 bg-background z-50 dark:bg-[#1f1f1f] "> | ||
<Logo /> | ||
<div className="md:ml-auto w-full justify-between md:justify-end flex items-center gap-x-2 text-muted-foreground "> | ||
<Button variant="ghost" size="sm"> | ||
Privacy Policy | ||
</Button> | ||
<Button variant="ghost" size="sm"> | ||
Terms $ Conditions | ||
</Button> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
export default Footer; | ||
import { Button } from "@/components/ui/button"; | ||
import { Logo } from "./logo"; | ||
|
||
const Footer = () => { | ||
return ( | ||
<div className="flex items-center w-full p-6 bg-background z-50 dark:bg-[#1f1f1f] "> | ||
<Logo /> | ||
<div className="md:ml-auto w-full justify-between md:justify-end flex items-center gap-x-2 text-muted-foreground "> | ||
<Button variant="ghost" size="sm"> | ||
Privacy Policy | ||
</Button> | ||
<Button variant="ghost" size="sm"> | ||
Terms & Conditions | ||
</Button> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
export default Footer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
export default function PublicLayout({ children }: { children: React.ReactNode }) { | ||
return <div className={"h-full dark:bg-[#1f1f1f]"}>{children}</div>; | ||
} |
2d0e8c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
notion-clone – ./
notion-clone-rho-hazel.vercel.app
notion-clone-git-main-khalest.vercel.app
notion-clone-khalest.vercel.app
www.murkiva.cloud
murkiva.cloud