Füge 'Zurück zur Startseite' Link zur Login-Seite hinzu
- Navigation-Link unter dem Anmelde-Formular - Pinkes Design passend zum Stargirlnails-Branding - Pfeil-Icon für bessere Benutzerfreundlichkeit - Hover-Effekt mit sanfter Farbänderung - Zentrierte Platzierung für sauberes Design - Verbesserte Navigation und UX
This commit is contained in:
@@ -74,6 +74,19 @@ export function LoginForm() {
|
||||
</button>
|
||||
</form>
|
||||
|
||||
{/* Back to Home Link */}
|
||||
<div className="text-center mt-6">
|
||||
<a
|
||||
href="/"
|
||||
className="inline-flex items-center text-pink-600 hover:text-pink-700 text-sm font-medium transition-colors"
|
||||
>
|
||||
<svg className="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10 19l-7-7m0 0l7-7m-7 7h18" />
|
||||
</svg>
|
||||
Zurück zur Startseite
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Reference in New Issue
Block a user