Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -46,3 +46,4 @@ client/public/fonts/Exo2.ttf filter=lfs diff=lfs merge=lfs -text
|
|
| 46 |
client/public/favicon-512x512.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
client/public/fonts/SmileySans-Oblique.otf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
client/public/fonts/Lobster-Regular.ttf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 46 |
client/public/favicon-512x512.png filter=lfs diff=lfs merge=lfs -text
|
| 47 |
client/public/fonts/SmileySans-Oblique.otf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
client/public/fonts/Lobster-Regular.ttf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
client/public/pirate-icon.png filter=lfs diff=lfs merge=lfs -text
|
client/public/fonts/BADDEST.otf
ADDED
|
Binary file (24.2 kB). View file
|
|
|
client/public/fonts/LERAN ZONE.otf
ADDED
|
Binary file (39.7 kB). View file
|
|
|
client/public/pirate-icon.png
ADDED
|
|
Git LFS Details
|
client/src/components/Layout.tsx
CHANGED
|
@@ -174,8 +174,8 @@ const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
|
|
| 174 |
{/* Top Bar */}
|
| 175 |
<header className="sticky top-0 z-40 bg-ui-panel/80 backdrop-blur border-b border-ui-border">
|
| 176 |
<div className="px-4 sm:px-6 lg:px-8 h-14 flex items-center justify-between">
|
| 177 |
-
<Link to="/dashboard" className="text-[1.6rem] font-bold text-ui-
|
| 178 |
-
<img src="/
|
| 179 |
TransHub
|
| 180 |
</Link>
|
| 181 |
<div />
|
|
|
|
| 174 |
{/* Top Bar */}
|
| 175 |
<header className="sticky top-0 z-40 bg-ui-panel/80 backdrop-blur border-b border-ui-border">
|
| 176 |
<div className="px-4 sm:px-6 lg:px-8 h-14 flex items-center justify-between">
|
| 177 |
+
<Link to="/dashboard" className="text-[1.6rem] font-bold text-ui-text flex items-center" style={{ fontFamily: 'Lobster, Inter, system-ui, sans-serif' }}>
|
| 178 |
+
<img src="/pirate-icon.png" alt="logo" className="h-8 w-8 mr-2" />
|
| 179 |
TransHub
|
| 180 |
</Link>
|
| 181 |
<div />
|