Skip to content

Commit

Permalink
fix button ui
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 13, 2023
1 parent dc6c504 commit 1bfbde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/ads.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/admin/announcements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1bfbde5

Please sign in to comment.