Skip to content

Commit

Permalink
removed incorrect background from footer social links
Browse files Browse the repository at this point in the history
  • Loading branch information
sebaholesz committed Aug 15, 2024
1 parent bef51f0 commit 2481674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storefront/components/Layout/Footer/FooterContact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const FooterContact: FC = () => {
<div className="h4 mb-3 text-center uppercase">{t('Follow Us')}</div>

<div
className="flex h-24 w-full max-w-xs overflow-hidden rounded border-2 border-borderAccent bg-textError"
className="flex h-24 w-full max-w-xs overflow-hidden rounded border-2 border-borderAccent"
tid={TIDs.footer_social_links}
>
<FooterContactSocialsItem href="#" title="Instagram">
Expand Down

0 comments on commit 2481674

Please sign in to comment.