mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Add actual liks
This commit is contained in:
parent
bacaff96e1
commit
5dbc44f145
2 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@ export default async function Home() {
|
|||
variant="bordered"
|
||||
className="border-white/50 text-white"
|
||||
startContent={<SiDiscord />}
|
||||
href="https://discord.gg/rfmKzM6ASw"
|
||||
>
|
||||
Join the Discord
|
||||
</Button>
|
||||
|
|
|
@ -69,7 +69,7 @@ export default function Navbar() {
|
|||
}
|
||||
>
|
||||
<Link
|
||||
href="https://git.edikoyo.com/"
|
||||
href="https://git.edikoyo.com/Ategon/Jamjar"
|
||||
className="text-white flex justify-center duration-500 ease-in-out transition-all transform hover:scale-125 hover:text-red-100"
|
||||
isExternal
|
||||
>
|
||||
|
@ -79,7 +79,7 @@ export default function Navbar() {
|
|||
</NavbarItem>
|
||||
<NavbarItem>
|
||||
<Link
|
||||
href="https://discord.edikoyo.com"
|
||||
href="https://discord.gg/rfmKzM6ASw"
|
||||
className="text-white flex justify-center duration-500 ease-in-out transition-all transform hover:scale-125 hover:text-indigo-100"
|
||||
isExternal
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue