Issues
ISSUE-7Error page lacks title and token-based styling
Description
Root error page needs polish.
Affected area:
apps/web/src/routes/+error.svelte
Issues:
- No
<svelte:head>title. - Uses hardcoded
#666instead of design tokens.
Expected:
- Branded error title such as
{page.status} · Issues. - Styling uses existing CSS variables.
Acceptance criteria:
- Add route head title.
- Replace hardcoded colour with the appropriate design token.
Sub-tickets
0No sub-tickets yet.
Links
No links.
Comments
0No comments yet.