linguabot commited on
Commit
810b215
·
verified ·
1 Parent(s): 42ccab4

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -53,3 +53,5 @@ client/public/background/White[[:space:]]Spray[[:space:]]Paint[[:space:]]Texture
53
  client/public/background/background-2.jpg filter=lfs diff=lfs merge=lfs -text
54
  client/public/background/pirate[[:space:]]ships.png filter=lfs diff=lfs merge=lfs -text
55
  client/public/background/03.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
53
  client/public/background/background-2.jpg filter=lfs diff=lfs merge=lfs -text
54
  client/public/background/pirate[[:space:]]ships.png filter=lfs diff=lfs merge=lfs -text
55
  client/public/background/03.jpg filter=lfs diff=lfs merge=lfs -text
56
+ client/public/background/20.png filter=lfs diff=lfs merge=lfs -text
57
+ client/public/background/White_cardboard[[:space:]](1).jpg filter=lfs diff=lfs merge=lfs -text
client/public/background/20.png ADDED

Git LFS Details

  • SHA256: 8eff0bdd448e7362ea7ab572cc4a7266e25c3ac43712ca1fbb2e8bf28cc6efb9
  • Pointer size: 132 Bytes
  • Size of remote file: 3.62 MB
client/public/background/White_cardboard (1).jpg ADDED

Git LFS Details

  • SHA256: c85fd366cf43083183fc8f39134bcd5b2c9d9887a565b9973c608a19c612dbc8
  • Pointer size: 133 Bytes
  • Size of remote file: 22.6 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/03.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/20.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">