diff --git a/src/routes/trending/+page.svelte b/src/routes/trending/+page.svelte index 03ca435..6cd3a22 100644 --- a/src/routes/trending/+page.svelte +++ b/src/routes/trending/+page.svelte @@ -1,260 +1,8 @@ - -
- -
- -
-
- Most Popular Hashtags on - - -
-
- {#if lastUpdatePostTime > 0} - of all posts between and - . analysing more... - {:else} - analysing posts... - {/if} -
- - {#if !showLanguageSelector} - - {:else} -
- - -
- {/if} - -
- {#if mostPopularHashtags.length === 0} - - {/if} - {#each mostPopularHashtags as hashtag} - - {hashtag[0]} - ({hashtag[1]}x) - - {/each} -
-