Skip to content

Commit

Permalink
📝 Change data not available messages for fun facts
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Jul 6, 2021
1 parent 604e7b1 commit f4b3ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FunFact.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{#if explanation && !isNaN(count)}
<small>{ explanation }</small>
{:else if !count && content}
<small>This data is not available as you changed your Discord privacy settings</small>
<small>This data is not available...</small>
{/if}
</slot>
</div>
Expand Down

0 comments on commit f4b3ff7

Please sign in to comment.