mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Warenkorb implementiert
This commit is contained in:
@@ -2,6 +2,7 @@ import React, { useState } from "react";
|
||||
import ButtonPrimary from "../Components/buttonPrimary";
|
||||
import Eingabefeld from "../Components/eingabefeld";
|
||||
import bild from "../pizza_logo_dark.png";
|
||||
import { Link } from "react-router-dom";
|
||||
|
||||
function Anmeldepage(props) {
|
||||
return (
|
||||
@@ -24,8 +25,12 @@ function Anmeldepage(props) {
|
||||
<br></br>
|
||||
<br></br>
|
||||
<div class="sm: flex justify-between">
|
||||
<ButtonPrimary name="Registieren"></ButtonPrimary>
|
||||
<ButtonPrimary name="Anmelden"></ButtonPrimary>
|
||||
<Link to="/registrierung">
|
||||
<ButtonPrimary name="Registieren"></ButtonPrimary>
|
||||
</Link>
|
||||
<Link to="/">
|
||||
<ButtonPrimary name="Anmelden"></ButtonPrimary>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user