Generated by Spark: Add custom 404 page design with helpful navigation links

This commit is contained in:
2026-01-17 13:02:39 +00:00
committed by GitHub
parent 042919d774
commit 458a6e7c45
3 changed files with 118 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export function ToolbarActions({
icon={<MagnifyingGlass size={18} />}
label="Search (Ctrl+K)"
onClick={onSearch}
data-search-trigger
/>
{showErrorButton && errorCount > 0 && onShowErrors && (