mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-07 13:52:39 +01:00
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…
Add table
Reference in a new issue