Replace letter icons with Lucide PWA icons

This commit is contained in:
jtricerolph 2026-07-11 20:30:11 +00:00
parent 1ee3f7919f
commit fce9048902
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 632 B

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Before After
Before After

View file

@ -14,8 +14,8 @@ export default defineConfig({
start_url: '/forecasting/', start_url: '/forecasting/',
scope: '/forecasting/', scope: '/forecasting/',
display: 'standalone', display: 'standalone',
theme_color: '#0f1f35', theme_color: '#0077b6',
background_color: '#0f1f35', background_color: '#0077b6',
icons: [ icons: [
{ src: '/forecasting/icons/icon-192.png', sizes: '192x192', type: 'image/png' }, { src: '/forecasting/icons/icon-192.png', sizes: '192x192', type: 'image/png' },
{ src: '/forecasting/icons/icon-512.png', sizes: '512x512', type: 'image/png' }, { src: '/forecasting/icons/icon-512.png', sizes: '512x512', type: 'image/png' },