replace all html buttons with button component

This commit is contained in:
Anika Raemer 2025-09-21 10:45:24 +02:00
parent f1f6f5f438
commit 9cb5b52ac9
7 changed files with 58 additions and 54 deletions

View file

@ -125,13 +125,13 @@ export default function RecipeDetailPage() {
<div className="button-group">
<Link
to={ getRecipeEditUrl(recipe.id) }
className="primary-button"
className="basic-button primary-button-bg primary-button-text"
>
Bearbeiten
</Link>
<Link
to={getRecipeListUrl()}
className="default-button"
className="basic-button default-button-bg default-button-text"
>
Zurueck
</Link>