Skip to content

Commit 3d89896

Browse files
committed
github button
1 parent d377255 commit 3d89896

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/web/src/app/(landing)/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ export default async function Home() {
4949
</Button>
5050

5151
<Button asChild variant="outline" size="lg">
52-
<Link href="https://github.com/TechAtNYU/AlbertPlus">
53-
View on GitHub
54-
</Link>
52+
<Link href="https://github.com/TechAtNYU/AlbertPlus">View on GitHub</Link>
5553
</Button>
5654
</div>
5755
</div>
@@ -284,6 +282,7 @@ export default async function Home() {
284282
asChild
285283
size="lg"
286284
variant="outline"
285+
// className="gap-2 text-black dark:text-white bg-[#F8F8F8] dark:bg-gray-700 hover:bg-[#DFDFDF] dark:hover:bg-gray-600"
287286
>
288287
<Link href="/sign-in">
289288
Get Extension

0 commit comments

Comments
 (0)