Updated today at 08:58
Commit: 608d591 Show on GitHub
- Author: Alex
- Date: 2/18/2026, 3:32:13 PM
- Message: fix: fix error page and extract Footer component. - Move +error.svelte from (public)/ to routes/ so it catches all unmatched URLs including non-public routes - Extract inline footer markup into a reusable Footer organism component - Export Footer from lib/index.js - Fix quote style inconsistencies in index.js exports - Add top padding to error page to prevent NavPros overlap
- Stats: 607 total changes (+401 / -206)
Changed Files
src/lib/index.js— +10 / -10 (20 changes)src/lib/organisms/Footer.svelte— +277 / -0 (277 changes)src/routes/(public)/+error.svelte— +0 / -97 (97 changes)src/routes/(public)/+layout.svelte— +2 / -99 (101 changes)src/routes/+error.svelte— +112 / -0 (112 changes)