Merge pull request #65 from vinceh121/bugfix/tld

fix: tld fetch and stats display
This commit is contained in:
Maël Gangloff
2025-02-09 10:11:41 +01:00
committed by GitHub
3 changed files with 19 additions and 8 deletions

View File

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