Skip to content

Commit 093dc14

Browse files
authored
Merge pull request #19 from RedstoneCloud/dev
add github url
2 parents 29e1d21 + d378ac0 commit 093dc14

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

app/pages/index.tsx

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { PlusIcon } from "@/components/icons";
55
import { Preferences } from '@capacitor/preferences';
66
import { useRouter } from "next/router";
77
import { PencilIcon, TrashIcon } from "lucide-react";
8-
import { LogoDiscord } from 'vercel-geist-icons';
8+
import {LogoDiscord, LogoGithub} from 'vercel-geist-icons';
99

1010
export 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>

0 commit comments

Comments
 (0)