mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix Link components with anchor
This commit is contained in:
@@ -66,8 +66,8 @@ function ShowBookingAdmin({ booking: bookingProp }: { booking: Booking }) {
|
||||
>
|
||||
Buchung Abweisen
|
||||
</button>
|
||||
<Link href={`${router.asPath}/bill`}>
|
||||
<a className="btn btn-gray">Rechnung</a>
|
||||
<Link href={`${router.asPath}/bill`} className="btn btn-gray">
|
||||
Rechnung
|
||||
</Link>
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user