mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-07 14:44:52 +02:00
fix spacing on endpoint field on site
This commit is contained in:
@@ -54,7 +54,7 @@ export default function SiteInfoCard({}: SiteInfoCardProps) {
|
|||||||
<InfoSectionTitle>{t("publicIpEndpoint")}</InfoSectionTitle>
|
<InfoSectionTitle>{t("publicIpEndpoint")}</InfoSectionTitle>
|
||||||
<InfoSectionContent>
|
<InfoSectionContent>
|
||||||
{formatPublicEndpoint(site.endpoint)}
|
{formatPublicEndpoint(site.endpoint)}
|
||||||
<span className="text-lg">
|
<span>
|
||||||
{site.countryCode &&
|
{site.countryCode &&
|
||||||
countryCodeToFlagEmoji(site.countryCode)}
|
countryCodeToFlagEmoji(site.countryCode)}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user