mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
.nitpicking
This commit is contained in:
parent
e1f6d56c86
commit
e632eb4a1b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import React from 'react';
|
||||||
|
|
||||||
export const SocialLayout = () => {
|
export const SocialLayout = () => {
|
||||||
return (
|
return (
|
||||||
<div className='grid grid-flow-col w-48 mt-3 text-2xl space-x-8'>
|
<div className='grid grid-flow-col w-48 mt-3 text-2xl space-x-8 pl-1'>
|
||||||
{socials.map((social) => (
|
{socials.map((social) => (
|
||||||
<Icon
|
<Icon
|
||||||
key={social.id}
|
key={social.id}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue