|
@@ -222,7 +222,7 @@ function Nav() {
|
|
|
))}
|
|
))}
|
|
|
<div className="w-px h-5 mx-1" style={{ background: "#e7e0d5" }} />
|
|
<div className="w-px h-5 mx-1" style={{ background: "#e7e0d5" }} />
|
|
|
<a
|
|
<a
|
|
|
- href="/login"
|
|
|
|
|
|
|
+ href={`${import.meta.env.BASE_URL}login`}
|
|
|
className="px-3 py-2 rounded-lg text-sm font-semibold transition-colors"
|
|
className="px-3 py-2 rounded-lg text-sm font-semibold transition-colors"
|
|
|
style={{
|
|
style={{
|
|
|
background: "#14532D",
|
|
background: "#14532D",
|