footer gay asf fr
This commit is contained in:
parent
9bbe3aa1ec
commit
cfc461b2e5
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ const Footer = () => {
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center md:items-start md:flex-row justify-between w-full lg:w-auto lg:space-y-0 space-x-8 xl:space-x-16">
|
<div className="flex flex-col items-center md:items-start md:flex-row justify-between w-full lg:w-auto lg:space-y-0 space-x-8 xl:space-x-16">
|
||||||
<div className="flex flex-col items-center md:items-start">
|
<div className="flex flex-col items-center md:items-start">
|
||||||
<h1 className="text-2xl font-light text-primary">
|
<div className="text-2xl font-light text-primary">
|
||||||
Other Pages
|
Other Pages
|
||||||
</h1>
|
</div>
|
||||||
{FOOTERLINKS.otherPages.map((link) => (
|
{FOOTERLINKS.otherPages.map((link) => (
|
||||||
<span key={link.href}>
|
<span key={link.href}>
|
||||||
<Link
|
<Link
|
||||||
|
@ -56,7 +56,7 @@ const Footer = () => {
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-center md:items-start">
|
<div className="flex flex-col items-center md:items-start">
|
||||||
<h1 className="text-2xl font-light text-primary">Social</h1>
|
<div className="text-2xl font-light text-primary">Social</div>
|
||||||
<p className="text-base font-light">
|
<p className="text-base font-light">
|
||||||
{FOOTERLINKS.social.supportText}
|
{FOOTERLINKS.social.supportText}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue