mirror of
https://github.com/GithubOrgProjectPiza/frontend.git
synced 2026-09-04 08:36:08 +02:00
Add Button listenansicht
Add Button back to mainpage to Page listenansicht
This commit is contained in:
@@ -35,12 +35,17 @@ function Listenansicht(props) {
|
||||
<div>
|
||||
<Header1></Header1>
|
||||
<div className="bg-slate-400">
|
||||
<img class="sm: w-full h-auto" src={props.bild || bild} alt="Papa Roy"></img>
|
||||
<img class="sm: w-full h-auto" src={props.bild || bild} alt="Speisekartenlogo"></img>
|
||||
</div>
|
||||
{listen}
|
||||
<div class="flex justify-end ">
|
||||
<div className="flex justify-between">
|
||||
<div>
|
||||
<ButtonPrimary name="Warenkorb"></ButtonPrimary>
|
||||
</div>
|
||||
<div>
|
||||
<ButtonPrimary name="Restaurants"></ButtonPrimary>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 221 KiB After Width: | Height: | Size: 261 KiB |
Reference in New Issue
Block a user