Replace letter icons with Lucide PWA icons

This commit is contained in:
jtricerolph 2026-07-11 20:30:12 +00:00
parent 4eea566799
commit 960606cf6e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

Before After
Before After

View file

@ -14,8 +14,8 @@ export default defineConfig({
start_url: '/rates/', start_url: '/rates/',
scope: '/rates/', scope: '/rates/',
display: 'standalone', display: 'standalone',
theme_color: '#155e75', theme_color: '#7b4f00',
background_color: '#155e75', background_color: '#7b4f00',
icons: [ icons: [
{ src: '/rates/icons/icon-192.png', sizes: '192x192', type: 'image/png' }, { src: '/rates/icons/icon-192.png', sizes: '192x192', type: 'image/png' },
{ src: '/rates/icons/icon-512.png', sizes: '512x512', type: 'image/png' }, { src: '/rates/icons/icon-512.png', sizes: '512x512', type: 'image/png' },