Fix linting issues

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-23 11:16:59 +04:00
parent fb521544e5
commit cf49f553f8
32 changed files with 60 additions and 57 deletions

View File

@@ -45,6 +45,7 @@ export function VendorRow(props: { vendor: VendorRowFragment$key; hasAnyCountrie
href={vendor.privacyPolicyUrl}
target="_blank"
className={`flex gap-1 text-txt-info items-center hover:underline ${!props.hasAnyCountries ? "md:justify-end" : ""}`}
rel="noreferrer"
>
<IconShield size={16} className="flex-none" />
<span>{__("Privacy")}</span>