Remove non-needed text

This commit is contained in:
dragongoose 2023-07-19 09:10:21 -04:00
parent e60f7c0735
commit 4c525432d1
No known key found for this signature in database
GPG Key ID: 01397EEC371CDAA5

View File

@ -99,10 +99,7 @@ export default {
<div class="ml-3 content-between"> <div class="ml-3 content-between">
<h1 class="text-2xl md:text-4xl font-bold">{{ data.username }}</h1> <h1 class="text-2xl md:text-4xl font-bold">{{ data.username }}</h1>
<h1 v-if="!data.stream" class="font-bold text-md self-end"> <div v-if="data.stream" class="w-[14rem] md:w-[17rem]">
{{ abbreviate(data.followers) }} {{ $t("main.live") }}
</h1>
<div v-else class="w-[14rem] md:w-[17rem]">
<p class="text-sm font-bold text-gray-200 self-end"> <p class="text-sm font-bold text-gray-200 self-end">
{{ truncate(data.stream.title, 130) }} {{ truncate(data.stream.title, 130) }}
</p> </p>