mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 18:08:32 +00:00
frontend: Footer.tsx: replace flex with grid for social links
This commit is contained in:
@@ -40,7 +40,7 @@ export default function Footer() {
|
|||||||
|
|
||||||
{/* Right: Social links */}
|
{/* Right: Social links */}
|
||||||
<div className="flex flex-col items-end">
|
<div className="flex flex-col items-end">
|
||||||
<div className="flex flex-wrap gap-6 items-center justify-center w-[169px]">
|
<div className="grid grid-cols-3 gap-8 lg:gap-6 w-[169px]">
|
||||||
{SOCIAL_LINKS.map(({ icon: Icon, href, label }) => (
|
{SOCIAL_LINKS.map(({ icon: Icon, href, label }) => (
|
||||||
<a
|
<a
|
||||||
key={label}
|
key={label}
|
||||||
|
|||||||
Reference in New Issue
Block a user