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

@@ -27,8 +27,8 @@ export default function ShowBookingStored({ booking }: { booking: Booking }) {
</p>
<p>
Den{' '}
<Link href={`/bookings/${booking.uuid}`}>
<a className="link underline">Link</a>
<Link href={`/bookings/${booking.uuid}`} className="link underline">
Link
</Link>{' '}
zur Buchung schicken wir Dir auch per E-Mail. Dort kann die Buchung auch
jederzeit storniert werden.