feat:UX and fix drinkkaart payment logic
This commit is contained in:
@@ -31,21 +31,21 @@ export default function Footer() {
|
||||
Waar creativiteit tot leven komt
|
||||
</p>
|
||||
|
||||
<div className="flex items-center justify-center gap-8 text-sm text-white/70">
|
||||
<div className="flex flex-col items-center justify-center gap-2 text-sm text-white/70 md:flex-row md:gap-8">
|
||||
<a
|
||||
href="/privacy"
|
||||
className="link-hover transition-colors hover:text-white"
|
||||
>
|
||||
Privacy Beleid
|
||||
</a>
|
||||
<span className="text-white/40">|</span>
|
||||
<span className="hidden text-white/40 md:inline">|</span>
|
||||
<a
|
||||
href="/terms"
|
||||
className="link-hover transition-colors hover:text-white"
|
||||
>
|
||||
Algemene Voorwaarden
|
||||
</a>
|
||||
<span className="text-white/40">|</span>
|
||||
<span className="hidden text-white/40 md:inline">|</span>
|
||||
<a
|
||||
href="/contact"
|
||||
className="link-hover transition-colors hover:text-white"
|
||||
@@ -54,7 +54,7 @@ export default function Footer() {
|
||||
</a>
|
||||
{!isLoading && isAdmin && (
|
||||
<>
|
||||
<span className="text-white/40">|</span>
|
||||
<span className="hidden text-white/40 md:inline">|</span>
|
||||
<Link
|
||||
to="/admin"
|
||||
className="link-hover transition-colors hover:text-white"
|
||||
|
||||
Reference in New Issue
Block a user