File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { PlusIcon } from "@/components/icons";
55import { Preferences } from '@capacitor/preferences' ;
66import { useRouter } from "next/router" ;
77import { PencilIcon , TrashIcon } from "lucide-react" ;
8- import { LogoDiscord } from 'vercel-geist-icons' ;
8+ import { LogoDiscord , LogoGithub } from 'vercel-geist-icons' ;
99
1010export default function Home ( ) {
1111 type ServerEntry = {
@@ -228,6 +228,19 @@ export default function Home() {
228228 >
229229 < LogoDiscord height = { 20 } width = { 20 } />
230230 </ Button >
231+ < Button
232+ as = "a"
233+ href = "https://github.com/RedstoneCloud/RedTrack"
234+ target = "_blank"
235+ rel = "noopener noreferrer"
236+ className = 'w-1/6'
237+ variant = 'ghost'
238+ color = 'default'
239+ isIconOnly
240+ aria-label = 'View on GitHub'
241+ >
242+ < LogoGithub height = { 20 } width = { 20 } />
243+ </ Button >
231244 </ div >
232245 </ CardFooter >
233246 </ Card >
You can’t perform that action at this time.
0 commit comments