mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
fix: remove dot
This commit is contained in:
parent
b33a979556
commit
6a09bc045d
@ -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'}}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user