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 02:34:28 +03:00
parent 3964fee181
commit 3ea885adff

View file

@ -310,7 +310,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>