mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-28 00:16:44 -06:00
frontend: fix export data icon
This commit is contained in:
parent
472891a42f
commit
faafb6186f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
<template>
|
||||
<div class="_gaps_m">
|
||||
<FormSection first>
|
||||
<template #label><i class="'ti ti-package"></i> {{ i18n.ts._dataRequest.lable }}</template>
|
||||
<template #label><i class="ti ti-package"></i> {{ i18n.ts._dataRequest.lable }}</template>
|
||||
<div class="_gap_s">
|
||||
<MkFolder>
|
||||
<template #icon><i class="ti ti-download"></i></template>
|
||||
|
|
Loading…
Reference in a new issue