Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang authored Dec 2, 2023
1 parent 1ade920 commit bba1168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/layout/footer/footer-social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const SOCIAL_LINKS = {
export const FooterSocial = () => {
const linkEntries = Object.entries(SOCIAL_LINKS);
return (
<div className="flex flex-row justify-start items-center">
<div className="flex flex-row items-center justify-start">
{linkEntries.map(([key, linkData]) => {
const Icon = linkData.icon;
if (key === 'Matrix') {
Expand Down Expand Up @@ -92,4 +92,4 @@ export const FooterSocial = () => {
})}
</div>
);
};
};

0 comments on commit bba1168

Please sign in to comment.