1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-19 00:45:27 +02:00

tabler icons

This commit is contained in:
syuilo
2022-12-20 08:35:49 +09:00
parent 66f3de6262
commit 7037f2d566
22 changed files with 27 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
<template>
<MkContainer :show-header="widgetProps.showHeader" :naked="widgetProps.transparent" :class="$style.root" :data-transparent="widgetProps.transparent ? true : null" class="mkw-photos">
<template #header><i class="fas fa-camera"></i>{{ i18n.ts._widgets.photos }}</template>
<template #header><i class="ti ti-camera"></i>{{ i18n.ts._widgets.photos }}</template>
<div class="">
<MkLoading v-if="fetching"/>