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:
Shpuld Shpludson 2020-10-09 16:14:43 +00:00
commit e7a67e33ad

View file

@ -1,7 +1,9 @@
<template>
<div class="settings panel panel-default">
<div class="panel-heading">
{{ $t('nav.friend_requests') }}
<div class="title">
{{ $t('nav.friend_requests') }}
</div>
</div>
<div class="panel-body">
<FollowRequestCard