File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22/// <reference types="next/image-types/global" />
33
44// NOTE: This file should not be edited
5- // see https://nextjs.org/docs/app/building-your-application/configuring /typescript for more information.
5+ // see https://nextjs.org/docs/app/api-reference/config /typescript for more information.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const baiJamjuree = Bai_Jamjuree({ subsets: ['latin'], weight: '700' });
55
66export default function Footer ( ) {
77 return (
8- < footer className = "flex w-full flex-col gap-10 rounded-t-3xl border-none bg-orange-400 py-4 text-center" >
8+ < footer className = "flex w-full flex-col gap-10 border-none py-4 text-center" >
99 < div className = "mb-2 flex flex-row items-center justify-center gap-4" >
1010 < NebulaLogo className = "h-14 w-14" />
1111 < div
@@ -17,14 +17,14 @@ export default function Footer() {
1717 < div className = "mb-2 ml-20 flex flex-row items-center justify-center gap-30" >
1818 < a
1919 href = ""
20- className = "text-decoration-underline cursor-pointer text-2xl font-bold text-white"
20+ className = "text-decoration-underline text-1xl cursor-pointer font-bold text-white"
2121 >
2222 About Us
2323 </ a >
2424
2525 < a
2626 href = "https://github.com/UTDNebula/utd-notebook"
27- className = "text-decoration-underline cursor-pointer text-2xl font-bold text-white"
27+ className = "text-decoration-underline text-1xl cursor-pointer font-bold text-white"
2828 target = "_blank"
2929 rel = "noopener noreferrer"
3030 >
@@ -33,7 +33,7 @@ export default function Footer() {
3333
3434 < a
3535 href = "https://www.utdnebula.com/contact"
36- className = "text-decoration-underline cursor-pointer text-2xl font-bold text-white"
36+ className = "text-decoration-underline text-1xl cursor-pointer font-bold text-white"
3737 target = "_blank"
3838 rel = "noopener noreferrer"
3939 >
You can’t perform that action at this time.
0 commit comments