diff --git a/backend/data/recipes.db-shm b/backend/data/recipes.db-shm
index ebe1263..373dff3 100644
Binary files a/backend/data/recipes.db-shm and b/backend/data/recipes.db-shm differ
diff --git a/backend/data/recipes.db-wal b/backend/data/recipes.db-wal
index 8dcab29..6094a2e 100644
Binary files a/backend/data/recipes.db-wal and b/backend/data/recipes.db-wal differ
diff --git a/frontend/src/components/recipe/RecipeCard.tsx b/frontend/src/components/recipe/RecipeCard.tsx
index 7d5fde3..cbf74e5 100644
--- a/frontend/src/components/recipe/RecipeCard.tsx
+++ b/frontend/src/components/recipe/RecipeCard.tsx
@@ -43,11 +43,11 @@ export function RecipeCard({ recipe }: { recipe: Recipe }) {
)}
diff --git a/frontend/src/pages/RecipePage.tsx b/frontend/src/pages/RecipePage.tsx
index 74db2a1..a390887 100644
--- a/frontend/src/pages/RecipePage.tsx
+++ b/frontend/src/pages/RecipePage.tsx
@@ -126,8 +126,8 @@ export function RecipePage() {
-