fix Link components with anchor

This commit is contained in:
Thomas Ruoff
2022-12-22 22:48:46 +01:00
parent a3735160c9
commit e0fe762c80
7 changed files with 30 additions and 40 deletions

View File

@@ -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>
</>