mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: remove dot
This commit is contained in:
@@ -111,7 +111,7 @@ export default function StatisticsPage() {
|
|||||||
<Card bordered={false}>
|
<Card bordered={false}>
|
||||||
<Statistic
|
<Statistic
|
||||||
loading={stats === undefined}
|
loading={stats === undefined}
|
||||||
title={tld ? `.${tld}` : t`TLD`}
|
title={tld ? tld : t`TLD`}
|
||||||
value={domain}
|
value={domain}
|
||||||
valueStyle={{color: 'darkorange'}}
|
valueStyle={{color: 'darkorange'}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user