CognxSafeTrack commited on
Commit ·
16c048a
1
Parent(s): 1f6cf71
chore(web): update branding to Xamlé Studio
Browse files- apps/web/index.html +1 -1
- apps/web/src/App.tsx +1 -1
apps/web/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
-
<title>
|
| 9 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 10 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 11 |
<link
|
|
|
|
| 5 |
<meta charset="UTF-8" />
|
| 6 |
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
| 7 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 8 |
+
<title>Xamlé Studio</title>
|
| 9 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
| 10 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
| 11 |
<link
|
apps/web/src/App.tsx
CHANGED
|
@@ -14,7 +14,7 @@ function Navbar() {
|
|
| 14 |
<div className="bg-primary/10 p-2 rounded-xl group-hover:bg-primary/20 transition-colors">
|
| 15 |
<BookOpen className="h-6 w-6 text-primary" />
|
| 16 |
</div>
|
| 17 |
-
<span className="font-heading font-bold text-2xl text-secondary tracking-tight">
|
| 18 |
</Link>
|
| 19 |
<div className="flex items-center space-x-4">
|
| 20 |
<Link to="/student" className="text-secondary font-medium hover:text-primary transition-colors">Mon espace</Link>
|
|
|
|
| 14 |
<div className="bg-primary/10 p-2 rounded-xl group-hover:bg-primary/20 transition-colors">
|
| 15 |
<BookOpen className="h-6 w-6 text-primary" />
|
| 16 |
</div>
|
| 17 |
+
<span className="font-heading font-bold text-2xl text-secondary tracking-tight">Xamlé<span className="text-primary"> Studio</span></span>
|
| 18 |
</Link>
|
| 19 |
<div className="flex items-center space-x-4">
|
| 20 |
<Link to="/student" className="text-secondary font-medium hover:text-primary transition-colors">Mon espace</Link>
|