Skip to content

Commit

Permalink
fix(routes/plans/+page.svelte): 🐛 Fix URL path in individual recipe s…
Browse files Browse the repository at this point in the history
…election screen.
  • Loading branch information
arienshibani committed Apr 3, 2024
1 parent 5559e79 commit 0b58ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/recipes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<h5 class="mb-1 text-xl font-medium text-gray-900 dark:text-white">{recipe.title}</h5>
<span class="text-sm text-gray-500 dark:text-gray-400">{recipe.subtitle}</span>
<div class="flex mt-4 space-x-3 lg:mt-6">
<a href="recipes/{recipe.title}">
<a href="/recipes/{recipe.title}">
<button class="items-center self-center border border-black border-r-4 border-b-4 rounded-sm h-10 w-fit pr-4 pl-4 m-5" >
Se Oppskrift
</button>
Expand Down

0 comments on commit 0b58ab2

Please sign in to comment.