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:
parent
2440907eeb
commit
9f3dceaa21
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue