fix: remove dot

This commit is contained in:
Maël Gangloff 2025-03-31 13:27:46 +02:00
parent b33a979556
commit 6a09bc045d
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

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'}}
/>