diff --git a/recipe-gallery/index.tsx b/recipe-gallery/index.tsx
index 5a3e3dea..4366332e 100644
--- a/recipe-gallery/index.tsx
+++ b/recipe-gallery/index.tsx
@@ -4,7 +4,7 @@ import { renderRecipe } from '../src/utils'
function Recipe() {
return (
<>
-
+
Recipe Gallery
A collection of easy-to-digest code examples for specific tasks in about 30 lines of code or less.
diff --git a/src/404.tsx b/src/404.tsx
index ab0e283c..f4c60e14 100644
--- a/src/404.tsx
+++ b/src/404.tsx
@@ -5,7 +5,7 @@ function NotFound() {
return (
<>
{/* recipeGallery renders the top nav with the search box; there is no gallery to go back to */}
-
+
- {showBackToRecipeGalleryLink ? (
-
- Back to Recipe Gallery
-
+ {showBreadcrumbs ? (
+ // Mirrors the BreadcrumbList JSON-LD the generator emits: Google
+ // prefers breadcrumb markup to match a visible trail. The current
+ // page is the
below, so it is not repeated here.
+
) : null}
diff --git a/src/components/UiIcons.tsx b/src/components/UiIcons.tsx
index 0f47d2de..2db49a04 100644
--- a/src/components/UiIcons.tsx
+++ b/src/components/UiIcons.tsx
@@ -30,15 +30,6 @@ export function IconBars() {
)
}
-export function IconArrowLeft() {
- return (
-
- )
-}
-
export function IconExternalLink() {
return (