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

Upload folder using huggingface_hub

Browse files
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-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 />
 
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 ml-2 hover:text-ui-text" style={{ fontFamily: 'Lobster, Inter, system-ui, sans-serif' }}>
178
+ <img src="/favicon-512x512.png" alt="logo" className="h-8 w-8 mr-2" />
179
  TransHub
180
  </Link>
181
  <div />
client/src/pages/Dashboard.tsx CHANGED
@@ -140,8 +140,8 @@ const Dashboard: React.FC = () => {
140
  className="bg-ui-panel rounded-xl shadow-sm border border-ui-border p-6 hover:shadow-md transition neon-border"
141
  >
142
  <div className="flex items-center">
143
- <div className={`p-3 rounded-2xl bg-gradient-to-br from-ui-neonBlue/30 via-ui-neonCyan/30 to-ui-neonBlue/30 hover:from-ui-neonBlue/40 hover:via-ui-neonCyan/40 hover:to-ui-neonBlue/40`}>
144
- <action.icon className="h-6 w-6 text-ui-neonBlue" />
145
  </div>
146
  <div className="ml-4">
147
  <h3 className="text-lg font-medium text-ui-text">{action.name}</h3>
 
140
  className="bg-ui-panel rounded-xl shadow-sm border border-ui-border p-6 hover:shadow-md transition neon-border"
141
  >
142
  <div className="flex items-center">
143
+ <div className={`p-3 rounded-2xl bg-gradient-to-br from-orange-400/30 via-amber-400/30 to-orange-500/30 hover:from-orange-400/40 hover:via-amber-400/40 hover:to-orange-500/40`}>
144
+ <action.icon className="h-6 w-6 text-orange-500" />
145
  </div>
146
  <div className="ml-4">
147
  <h3 className="text-lg font-medium text-ui-text">{action.name}</h3>