File tree Expand file tree Collapse file tree
apps/web/src/app/(landing) Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments