Fix #101 part 2
This commit is contained in:
parent
86995699c4
commit
0a00398a33
@ -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…
x
Reference in New Issue
Block a user