forked from AkkomaGang/akkoma-fe
writing mode: unintended class replace fix 2
This commit is contained in:
parent
4dddede8fd
commit
58deba08f1
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
|||
>
|
||||
<FAIcon
|
||||
class="button-icon arrow-icon"
|
||||
icon="chevron-inline-end"
|
||||
icon="chevron-right"
|
||||
/>
|
||||
</button>
|
||||
<button
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
class="status-heading"
|
||||
>
|
||||
<div class="heading-name-row">
|
||||
<div class="heading-inline-start">
|
||||
<div class="heading-left">
|
||||
<h4
|
||||
v-if="status.user.name_html"
|
||||
class="status-username"
|
||||
|
|
Loading…
Reference in a new issue