linguabot commited on
Commit
9efa3e2
·
verified ·
1 Parent(s): b5253a7

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -48,3 +48,4 @@ 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
50
  client/public/background/background.jpg 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
50
  client/public/background/background.jpg filter=lfs diff=lfs merge=lfs -text
51
+ client/public/background/background.png filter=lfs diff=lfs merge=lfs -text
client/public/background/background.png ADDED

Git LFS Details

  • SHA256: 619b43e960eae2cb22a8168cac04f53944737e35ad5eac34e17b502b5437177d
  • Pointer size: 132 Bytes
  • Size of remote file: 3.5 MB
client/src/components/Layout.tsx CHANGED
@@ -170,7 +170,7 @@ const Layout: React.FC<{ children: React.ReactNode }> = ({ children }) => {
170
  };
171
 
172
  return (
173
- <div className="min-h-screen text-ui-text" style={{ backgroundImage: 'url(/background/background.jpg)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundRepeat: 'no-repeat' }}>
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">
 
170
  };
171
 
172
  return (
173
+ <div className="min-h-screen text-ui-text" style={{ backgroundImage: 'url(/background/background.png)', backgroundSize: 'cover', backgroundPosition: 'center', backgroundRepeat: 'no-repeat' }}>
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">