revert: "feat: display i18n text on SSR"
This reverts commit cafc995dde
.
This commit is contained in:
parent
e9dccc9ef5
commit
a41a31732b
4 changed files with 11 additions and 10 deletions
|
@ -66,7 +66,7 @@ const noUserVisual = computed(() => isMastoInitialised.value && props.userOnly &
|
|||
<div :class="icon" text-xl />
|
||||
</slot>
|
||||
<slot>
|
||||
<span block sm:hidden xl:block>{{ text }}</span>
|
||||
<span block sm:hidden xl:block>{{ isHydrated ? text : ' ' }}</span>
|
||||
</slot>
|
||||
</div>
|
||||
</CommonTooltip>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue