mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-18 02:12:27 -05:00
Remove non-needed text
This commit is contained in:
parent
e60f7c0735
commit
4c525432d1
1 changed files with 1 additions and 4 deletions
|
@ -99,10 +99,7 @@ export default {
|
|||
|
||||
<div class="ml-3 content-between">
|
||||
<h1 class="text-2xl md:text-4xl font-bold">{{ data.username }}</h1>
|
||||
<h1 v-if="!data.stream" class="font-bold text-md self-end">
|
||||
{{ abbreviate(data.followers) }} {{ $t("main.live") }}
|
||||
</h1>
|
||||
<div v-else class="w-[14rem] md:w-[17rem]">
|
||||
<div v-if="data.stream" class="w-[14rem] md:w-[17rem]">
|
||||
<p class="text-sm font-bold text-gray-200 self-end">
|
||||
{{ truncate(data.stream.title, 130) }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue