Füge Logo-Klick-Navigation zum Impressum-Header hinzu
- Logo und Titel im Impressum-Header sind jetzt klickbar - Klick führt zur Startseite zurück - Visuelle Hover-Effekte (cursor-pointer, opacity-Änderung) - Konsistentes Verhalten mit der Haupt-App - Verbesserte Benutzerfreundlichkeit und Navigation
This commit is contained in:
@@ -72,7 +72,10 @@ export default function LegalPage() {
|
|||||||
{/* Header */}
|
{/* Header */}
|
||||||
<div className="bg-white rounded-lg shadow-lg mb-6">
|
<div className="bg-white rounded-lg shadow-lg mb-6">
|
||||||
<div className="px-6 py-4 border-b border-gray-200">
|
<div className="px-6 py-4 border-b border-gray-200">
|
||||||
<div className="flex items-center space-x-3">
|
<div
|
||||||
|
className="flex items-center space-x-3 cursor-pointer hover:opacity-80 transition-opacity"
|
||||||
|
onClick={() => window.location.href = '/'}
|
||||||
|
>
|
||||||
<img
|
<img
|
||||||
src="/assets/stargilnails_logo_transparent_112.png"
|
src="/assets/stargilnails_logo_transparent_112.png"
|
||||||
alt="Stargil Nails Logo"
|
alt="Stargil Nails Logo"
|
||||||
|
Reference in New Issue
Block a user