From 398935a0af0afc5f574351e7700f5ed79f400aba Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Tue, 15 Jul 2025 19:20:16 +0300 Subject: [PATCH] truncate long names --- website/src/lib/components/self/DataTable.svelte | 2 +- website/src/routes/hopium/[id]/+page.svelte | 2 +- website/src/routes/market/+page.svelte | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/lib/components/self/DataTable.svelte b/website/src/lib/components/self/DataTable.svelte index 709671f..abb38a6 100644 --- a/website/src/lib/components/self/DataTable.svelte +++ b/website/src/lib/components/self/DataTable.svelte @@ -191,7 +191,7 @@ {:else if cellData.type === 'coin'}
- {cellData.name} + {cellData.name}
{:else if cellData.type === 'rank'}
diff --git a/website/src/routes/hopium/[id]/+page.svelte b/website/src/routes/hopium/[id]/+page.svelte index 2e54c3a..ff92890 100644 --- a/website/src/routes/hopium/[id]/+page.svelte +++ b/website/src/routes/hopium/[id]/+page.svelte @@ -224,7 +224,7 @@
-

{question.question}

+

{question.question}

{#if question.status === 'ACTIVE'}

{formatTimeUntil(question.resolutionDate).startsWith('Ended') diff --git a/website/src/routes/market/+page.svelte b/website/src/routes/market/+page.svelte index 836bc22..e507d95 100644 --- a/website/src/routes/market/+page.svelte +++ b/website/src/routes/market/+page.svelte @@ -445,7 +445,7 @@

-

{coin.name}

+

{coin.name}

*{coin.symbol}