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