mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Fix #101 part 2
This commit is contained in:
parent
86995699c4
commit
0a00398a33
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export default {
|
|||
<div class="inline-flex bg-overlay0 p-2.5 m-1 rounded-md w-[22rem]">
|
||||
<img :src="streamer.pfp" class="w-16 rounded-full" />
|
||||
<div class="justify-between flex flex-col ml-2 truncate text-ellipsis w-[8rem]">
|
||||
<h1 class="text-2xl font-bold">{{ streamer.username }}</h1>
|
||||
<h1 class="text-2xl font-bold"><router-link :to="streamer.login">{{ streamer.username }}</router-link></h1>
|
||||
<span>{{ abbreviate(streamer.followers) }} Followers</span>
|
||||
</div>
|
||||
<div class="m-auto">
|
||||
|
|
Loading…
Reference in a new issue