fix spacing on endpoint field on site

This commit is contained in:
miloschwartz
2026-06-29 10:42:25 -04:00
parent 7506c0420d
commit 04d4e298e8

View File

@@ -54,7 +54,7 @@ export default function SiteInfoCard({}: SiteInfoCardProps) {
<InfoSectionTitle>{t("publicIpEndpoint")}</InfoSectionTitle>
<InfoSectionContent>
{formatPublicEndpoint(site.endpoint)}&nbsp;
<span className="text-lg">
<span>
{site.countryCode &&
countryCodeToFlagEmoji(site.countryCode)}
</span>