replace all html buttons with button component
This commit is contained in:
parent
f1f6f5f438
commit
9cb5b52ac9
7 changed files with 58 additions and 54 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue