Skip to content

Commit 4594498

Browse files
committed
🎨
1 parent eef0c89 commit 4594498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/frontend/src/pages/follow-requests.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
1717
</div>
1818
</template>
1919
<template #default="{items}">
20-
<div class="mk-follow-requests">
20+
<div class="mk-follow-requests _gaps">
2121
<div v-for="req in items" :key="req.id" class="user _panel">
2222
<MkAvatar class="avatar" :user="displayUser(req)" indicator link preview/>
2323
<div class="body">
@@ -94,11 +94,11 @@ const headerTabs = computed(() => [
9494
{
9595
key: 'list',
9696
title: i18n.ts._followRequest.recieved,
97-
icon: 'ti ti-mail',
97+
icon: 'ti ti-download',
9898
}, {
9999
key: 'sent',
100100
title: i18n.ts._followRequest.sent,
101-
icon: 'ti ti-send',
101+
icon: 'ti ti-upload',
102102
},
103103
]);
104104

0 commit comments

Comments
 (0)