forked from mirrors/akkoma-fe
make linter happy
This commit is contained in:
parent
ebdcb31c12
commit
1cce6969cc
2 changed files with 5 additions and 1 deletions
4
config/ihba.json
Normal file
4
config/ihba.json
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"target": "https://ihatebeinga.live",
|
||||||
|
"staticConfigPreference": false
|
||||||
|
}
|
|
@ -104,8 +104,8 @@
|
||||||
class="nav-items right"
|
class="nav-items right"
|
||||||
>
|
>
|
||||||
<router-link
|
<router-link
|
||||||
class="nav-icon"
|
|
||||||
v-if="currentUser"
|
v-if="currentUser"
|
||||||
|
class="nav-icon"
|
||||||
:to="{ name: 'interactions', params: { username: currentUser.screen_name } }"
|
:to="{ name: 'interactions', params: { username: currentUser.screen_name } }"
|
||||||
>
|
>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
|
|
Loading…
Reference in a new issue