Addet a backbutton to home page and fix the pr error
This commit is contained in:
@@ -1,8 +1,22 @@
|
||||
@rendermode InteractiveServer
|
||||
@rendermode InteractiveServer
|
||||
@implements IDisposable
|
||||
@inject NavigationManager NavigationManager
|
||||
|
||||
<header class="top-nav">
|
||||
<div class="brand">Blomster POS</div>
|
||||
<div class="nav-start">
|
||||
@if (!IsHomePage)
|
||||
{
|
||||
<button class="home-button"
|
||||
type="button"
|
||||
title="Tilbage til forsiden"
|
||||
aria-label="Tilbage til forsiden"
|
||||
@onclick="GoToHome">
|
||||
←
|
||||
</button>
|
||||
}
|
||||
|
||||
<div class="brand">Blomster POS</div>
|
||||
</div>
|
||||
|
||||
<time datetime="@_currentTime.ToString("O")">
|
||||
@_currentTime.ToString(
|
||||
|
||||
Reference in New Issue
Block a user