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,8 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="settings panel panel-default">
|
<div class="settings panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading title">
|
||||||
|
<div class="title">
|
||||||
{{ $t('nav.friend_requests') }}
|
{{ $t('nav.friend_requests') }}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<FollowRequestCard
|
<FollowRequestCard
|
||||||
v-for="request in requests"
|
v-for="request in requests"
|
||||||
|
|
Loading…
Reference in a new issue