delete the "@" symbol from username

I don't think this symbol needs to be there at all. it was bothering me so i removed it
This commit is contained in:
Onur Gümüş 2022-01-20 04:51:32 +03:00
parent 2440907eeb
commit 9f3dceaa21

View file

@ -315,7 +315,7 @@
<template v-if="chrome.userinfo.id">
<div class="fullname text-overflow-elipsis">{{ chrome.userinfo.attributes.name }}
</div>
<div class="handle-text text-overflow-elipsis">@{{ chrome.userinfo.attributes.handle
<div class="handle-text text-overflow-elipsis">{{ chrome.userinfo.attributes.handle
}}
</div>
</template>