fix: remove dot

This commit is contained in:
Maël Gangloff
2025-03-31 13:27:46 +02:00
parent b33a979556
commit 6a09bc045d

View File

@@ -111,7 +111,7 @@ export default function StatisticsPage() {
<Card bordered={false}>
<Statistic
loading={stats === undefined}
title={tld ? `.${tld}` : t`TLD`}
title={tld ? tld : t`TLD`}
value={domain}
valueStyle={{color: 'darkorange'}}
/>