We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d377255 commit 3d89896Copy full SHA for 3d89896
apps/web/src/app/(landing)/page.tsx
@@ -49,9 +49,7 @@ export default async function Home() {
49
</Button>
50
51
<Button asChild variant="outline" size="lg">
52
- <Link href="https://github.com/TechAtNYU/AlbertPlus">
53
- View on GitHub
54
- </Link>
+ <Link href="https://github.com/TechAtNYU/AlbertPlus">View on GitHub</Link>
55
56
</div>
57
@@ -284,6 +282,7 @@ export default async function Home() {
284
282
asChild
285
283
size="lg"
286
variant="outline"
+ // className="gap-2 text-black dark:text-white bg-[#F8F8F8] dark:bg-gray-700 hover:bg-[#DFDFDF] dark:hover:bg-gray-600"
287
>
288
<Link href="/sign-in">
289
Get Extension
0 commit comments