Skip to content

Commit

Permalink
footer final changes
Browse files Browse the repository at this point in the history
dinospapargyriou committed Mar 6, 2024
1 parent 7fd3755 commit a613df4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/components/Footer/NewFooter.js
Original file line number Diff line number Diff line change
@@ -66,6 +66,7 @@ M0 356.759V2126H1577V218.07C1514.33 161.85 1445.22 112.053 1369.5 72.4841C993.38
</p>
<p className="row-span-1 text-our-black text-sm lg:text-base font-thin z-10 w-[60%] text-justify">
This independent TEDx event is operated under license from TED
and the auspices of ICCS
</p>
<div className="row-span-1 w-[60%]">
<SocialMediaFooter />
@@ -117,6 +118,7 @@ M0 356.759V2126H1577V218.07C1514.33 161.85 1445.22 112.053 1369.5 72.4841C993.38
</p>
<p className="row-span-1 :text-our-black text-sm font-thin z-10 text-justify">
This independent TEDx event is operated under license from TED
and the auspices of ICCS
</p>
</div>

@@ -125,28 +127,31 @@ M0 356.759V2126H1577V218.07C1514.33 161.85 1445.22 112.053 1369.5 72.4841C993.38
<li>
<Link
href="/about"
className="text-our-black text-md font-bold"
className="text-our-black text-md font-bold hover:underline"
>
About
</Link>
</li>
<li>
<Link href="/" className="text-our-black text-md font-bold">
<Link
href="/"
className="text-our-black text-md font-bold hover:underline"
>
Archive
</Link>
</li>
<li>
<Link
href="/unmuTED"
className="text-our-black text-md font-bold"
className="text-our-black text-md font-bold hover:underline"
>
unmuTED
</Link>
</li>
<li>
<Link
href="/watch"
className="text-our-black text-md font-bold"
className="text-our-black text-md font-bold hover:underline"
>
Watch
</Link>

0 comments on commit a613df4

Please sign in to comment.