forked from AkkomaGang/akkoma-fe
Fix Follow Requests title style
This commit is contained in:
parent
91778a0276
commit
ff2fe5c68c
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,9 @@
|
|||
<template>
|
||||
<div class="settings panel panel-default">
|
||||
<div class="panel-heading">
|
||||
{{ $t('nav.friend_requests') }}
|
||||
<div class="panel-heading title">
|
||||
<div class="title">
|
||||
{{ $t('nav.friend_requests') }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<FollowRequestCard
|
||||
|
|
Loading…
Reference in a new issue