mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-16 08:42:20 +02:00
Gallery + Info improvements
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 1m22s
All checks were successful
Deploy NPM app / Deploy NPM (push) Successful in 1m22s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -88,6 +88,16 @@ const PracticalSection = () => {
|
||||
<div key={h.method} className="bg-card rounded-lg p-3">
|
||||
<p className="font-medium text-foreground text-sm">{methodLabel}</p>
|
||||
<p className="text-xs text-muted-foreground">{h.details}</p>
|
||||
{h.link && (
|
||||
<a
|
||||
href={h.link}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-block mt-2 px-3 py-1 bg-primary text-primary-foreground text-xs rounded hover:bg-primary/90 transition-colors"
|
||||
>
|
||||
{t("info.viewOnMap")}
|
||||
</a>
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user