Skip to content

Commit 1d6937a

Browse files
authored
updated footer (#37)
1 parent 45decf7 commit 1d6937a

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

components/Footer.tsx

+21-10
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ export default function Footer() {
3939
>
4040
Matteo Lodi{" "}
4141
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
42-
Author and Principal Maintainer{" "}
42+
Author, Advisor and Administrator{" "}
4343
</span>
4444
</a>
4545
</li>
4646
<li>
4747
<a
48-
href="https://twitter.com/eshaan7_"
48+
href="https://github.com/drosetti"
4949
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
5050
>
51-
Eshaan Bansal{" "}
52-
<span className="ml-7 font-small text-sm opacity-90 font-SpaceGrotesk">
53-
Key Contributor{" "}
51+
Daniele Rosetti{" "}
52+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
53+
Administrator and Frontend Maintainer{" "}
5454
</span>
5555
</a>
5656
</li>
@@ -60,19 +60,30 @@ export default function Footer() {
6060
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
6161
>
6262
Simone Berni{" "}
63-
<span className="ml-10 font-small text-sm opacity-90 font-SpaceGrotesk">
63+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
6464
Backend Maintainer{" "}
6565
</span>
6666
</a>
6767
</li>
6868
<li>
6969
<a
70-
href="https://github.com/drosetti"
70+
href="https://x.com/fgibertoni1"
7171
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
7272
>
73-
Daniele Rosetti{" "}
74-
<span className="ml-6 font-small text-sm opacity-90 font-SpaceGrotesk">
75-
Frontend Maintainer{" "}
73+
Federico Gibertoni{" "}
74+
<span className="font-small text-sm opacity-90 font-SpaceGrotesk sm:ml-[24px] md:ml-[48px] ml-3">
75+
Maintainer and Community Assistant{" "}
76+
</span>
77+
</a>
78+
</li>
79+
<li>
80+
<a
81+
href="https://twitter.com/eshaan7_"
82+
className="text-body-color font-semibold hover:text-primary mb-2 inline-block text-md leading-loose"
83+
>
84+
Eshaan Bansal{" "}
85+
<span className="ml-7 font-small text-sm opacity-90 font-SpaceGrotesk">
86+
Key Contributor{" "}
7687
</span>
7788
</a>
7889
</li>

0 commit comments

Comments
 (0)