diff --git a/index.html b/index.html
index 7ed50ee..43087e0 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
- Appart Nantes
+ Appart Marseille
Vincent & Antoine
diff --git a/src/components/AppartCard.jsx b/src/components/AppartCard.jsx
index 4e067c4..169715e 100644
--- a/src/components/AppartCard.jsx
+++ b/src/components/AppartCard.jsx
@@ -261,7 +261,7 @@ export default function AppartCard({ annonce, onDelete, onUpdated }) {
)}
{hasAntoineFeedback && (
-
+
A
)}
@@ -299,7 +299,7 @@ export default function AppartCard({ annonce, onDelete, onUpdated }) {
{/* Antoine */}
-
+
Antoine
@@ -309,7 +309,7 @@ export default function AppartCard({ annonce, onDelete, onUpdated }) {
onChange={(e) => setCommentA(e.target.value)}
placeholder="L'avis d'Antoine..."
rows={2}
- className="w-full px-3 py-2 text-sm border border-sand-200 rounded-xl resize-none focus:outline-none focus:ring-2 focus:ring-pink-200 placeholder:text-sand-300 text-sand-800 bg-sand-50/50"
+ className="w-full px-3 py-2 text-sm border border-sand-200 rounded-xl resize-none focus:outline-none focus:ring-2 focus:ring-blue-200 placeholder:text-sand-300 text-sand-800 bg-sand-50/50"
/>
diff --git a/src/components/PasswordGate.jsx b/src/components/PasswordGate.jsx
index 3c66c3a..2514267 100644
--- a/src/components/PasswordGate.jsx
+++ b/src/components/PasswordGate.jsx
@@ -1,7 +1,7 @@
import { useState } from "react";
import { Lock, Loader2 } from "lucide-react";
-const STORAGE_KEY = "appart_nantes_auth";
+const STORAGE_KEY = "appart_marseille_auth";
export default function PasswordGate({ children }) {
const [authenticated, setAuthenticated] = useState(
@@ -37,7 +37,7 @@ export default function PasswordGate({ children }) {
- Appart Nantes
+ Appart Marseille
Vincent & Antoine