1
0
mirror of https://github.com/NicolasConstant/sengi synced 2025-02-03 11:57:41 +01:00

fix hashtag color

This commit is contained in:
Nicolas Constant 2019-07-26 00:07:31 -04:00
parent bf9fe144b3
commit 469d04d9bd
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688

View File

@ -12,6 +12,6 @@
(click)="hashtagSelected(h)"
class="autosuggest__entry"
[class.autosuggest__entry--selected]="h.selected">
#{{ h.hashtag }}
<span class="autosuggest__account--handle">#{{ h.hashtag }}</span>
</a>
</div>