forked from AkkomaGang/akkoma-fe
Merge branch 'fix/follow-requests-title' into 'develop'
Fix Follow Requests title style See merge request pleroma/pleroma-fe!1243
This commit is contained in:
commit
e7a67e33ad
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="settings panel panel-default">
|
<div class="settings panel panel-default">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
{{ $t('nav.friend_requests') }}
|
<div class="title">
|
||||||
|
{{ $t('nav.friend_requests') }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<FollowRequestCard
|
<FollowRequestCard
|
||||||
|
|
Loading…
Reference in a new issue