linguabot commited on
Commit
410263e
·
verified ·
1 Parent(s): 95cdeaa

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -58,3 +58,5 @@ client/public/background/White_cardboard[[:space:]](1).jpg filter=lfs diff=lfs m
58
  client/public/background/background-3.jpg filter=lfs diff=lfs merge=lfs -text
59
  client/public/background/background-4.png filter=lfs diff=lfs merge=lfs -text
60
  client/public/background/5.jpg filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  client/public/background/background-3.jpg filter=lfs diff=lfs merge=lfs -text
59
  client/public/background/background-4.png filter=lfs diff=lfs merge=lfs -text
60
  client/public/background/5.jpg filter=lfs diff=lfs merge=lfs -text
61
+ client/public/background/1.png filter=lfs diff=lfs merge=lfs -text
62
+ client/public/background/12.jpg filter=lfs diff=lfs merge=lfs -text
client/public/background/1.png ADDED

Git LFS Details

  • SHA256: 77b9fb77896281a72e3ddf86a48b755bfafbcc0cfb8f92fe0aa08052189a1a60
  • Pointer size: 132 Bytes
  • Size of remote file: 2.98 MB
client/public/background/12.jpg ADDED

Git LFS Details

  • SHA256: 5a6c8854e1e337f38ead3fb92cdff2052c2a308eb1a050b41a86c80cd3571c30
  • Pointer size: 133 Bytes
  • Size of remote file: 30.4 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-4.png)', backgroundSize: '100% auto', backgroundPosition: 'bottom', 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/1.png)', backgroundSize: '100% auto', backgroundPosition: 'bottom', 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">