mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +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 */}
|
||||
<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 }) => (
|
||||
<a
|
||||
key={label}
|
||||
@@ -53,7 +53,7 @@ export default function Footer() {
|
||||
<Icon size={40} />
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user