Skip to content

Commit 3d40c90

Browse files
committed
removed previous styling
1 parent 402e46b commit 3d40c90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
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.

src/app/footer.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const baiJamjuree = Bai_Jamjuree({ subsets: ['latin'], weight: '700' });
55

66
export 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
>

0 commit comments

Comments
 (0)