linguabot commited on
Commit
ba449c6
·
verified ·
1 Parent(s): 4933055

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -51,3 +51,4 @@ 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
52
  client/public/background/White[[:space:]]Spray[[:space:]]Paint[[:space:]]Texture[[:space:]]1.png filter=lfs diff=lfs merge=lfs -text
53
  client/public/background/background-2.jpg filter=lfs diff=lfs merge=lfs -text
 
 
51
  client/public/background/background.png filter=lfs diff=lfs merge=lfs -text
52
  client/public/background/White[[:space:]]Spray[[:space:]]Paint[[:space:]]Texture[[:space:]]1.png 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
client/public/background/pirate ships.png ADDED

Git LFS Details

  • SHA256: 27a48e840a8d482a76d99224a56e1741b9bf96d4ba549155b65a3158ba0b6138
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 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-2.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/pirate ships.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">