0
Fork 0
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:
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">
<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>