Skip to content

Commit f6ea8e4

Browse files
committed
refactor: replace recharging icons
1 parent 7717933 commit f6ea8e4

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

app/pages/recharging.vue

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ function pokeLog() {
4747
// Icons that tile across the banner, repeating to fill.
4848
// Classes must be written out statically so UnoCSS can detect them at build time.
4949
const icons = [
50-
'i-carbon:snowflake',
51-
'i-carbon:mountain',
52-
'i-carbon:tree',
53-
'i-carbon:cafe',
54-
'i-carbon:book',
55-
'i-carbon:music',
56-
'i-carbon:snowflake',
50+
'i-lucide:snowflake',
51+
'i-lucide:mountain',
52+
'i-lucide:tree-pine',
53+
'i-lucide:coffee',
54+
'i-lucide:book',
55+
'i-lucide:music',
56+
'i-lucide:snowflake',
5757
'i-lucide:star',
58-
'i-carbon:moon',
58+
'i-lucide:moon',
5959
] as const
6060
6161
// --- .ics calendar reminder ---
@@ -205,11 +205,11 @@ function downloadIcs() {
205205
@click="pokeLog"
206206
>
207207
<span
208-
class="absolute inset-0 i-carbon:fire w-5 h-5 sm:w-6 sm:h-6 text-orange-400 transition-opacity duration-400"
208+
class="absolute inset-0 i-lucide:flame-kindling w-5 h-5 sm:w-6 sm:h-6 text-orange-400 transition-opacity duration-400"
209209
:class="fireVisible ? 'opacity-100' : 'opacity-0'"
210210
/>
211211
<span
212-
class="absolute inset-0 i-carbon:campsite w-5 h-5 sm:w-6 sm:h-6 transition-colors duration-400"
212+
class="absolute inset-0 i-lucide:tent w-5 h-5 sm:w-6 sm:h-6 transition-colors duration-400"
213213
:class="fireVisible ? 'text-amber-700' : ''"
214214
/>
215215
</button>

0 commit comments

Comments
 (0)