Skip to content

Commit d377255

Browse files
committed
github
1 parent 7efec22 commit d377255

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3838

3939
.turbo
4040
.vercel
41+
apps/web/src/app/globals.css
42+
apps/web/src/app/(landing)/page.tsx

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

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

5151
<Button asChild variant="outline" size="lg">
52-
<Link href="https://github.com/TechAtNYU/AlbertPlus">View on GitHub</Link>
52+
<Link href="https://github.com/TechAtNYU/AlbertPlus">
53+
View on GitHub
54+
</Link>
5355
</Button>
5456
</div>
5557
</div>
@@ -282,7 +284,6 @@ export default async function Home() {
282284
asChild
283285
size="lg"
284286
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"
286287
>
287288
<Link href="/sign-in">
288289
Get Extension

0 commit comments

Comments
 (0)