linguabot commited on
Commit
686ef21
·
verified ·
1 Parent(s): eb9db2e

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

  • SHA256: d588d314bb36121162eba3e335ab1bc4f61b7a0800eb3bc56336ae1e40d86daf
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
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-neonBlue flex items-center" style={{ fontFamily: 'Lobster, Inter, system-ui, sans-serif' }}>
178
- <img src="/icons/001-treasure map.svg" alt="logo" className="h-7 w-7 mr-2" />
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 />