1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-19 08:13:14 +09:00

fix button ui

This commit is contained in:
NoriDev 2023-10-13 17:05:32 +09:00
parent dc6c504016
commit 1bfbde58c8
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
<MkButton class="button" @click="more()">
<i class="ti ti-reload"></i>{{ i18n.ts.more }}
<i class="ti ti-reload"></i> {{ i18n.ts.more }}
</MkButton>
</div>
</MkSpacer>

View File

@ -58,7 +58,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</MkFolder>
<MkButton class="button" @click="more()">
<i class="ti ti-reload"></i>{{ i18n.ts.more }}
<i class="ti ti-reload"></i> {{ i18n.ts.more }}
</MkButton>
</div>
</MkSpacer>