Seth0330 commited on
Commit
0e29296
·
verified ·
1 Parent(s): 197e86b

Update frontend/src/Layout.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/Layout.jsx +6 -3
frontend/src/Layout.jsx CHANGED
@@ -4,7 +4,6 @@ import React, { useState } from "react";
4
  import { Link } from "react-router-dom";
5
  import { createPageUrl } from "./utils";
6
  import {
7
- ScanText,
8
  LayoutDashboard,
9
  History as HistoryIcon,
10
  ChevronLeft,
@@ -37,8 +36,12 @@ export default function Layout({ children, currentPageName }) {
37
  )}
38
  >
39
  <Link to={createPageUrl("Dashboard")} className="flex items-center gap-3">
40
- <div className="h-9 w-9 rounded-xl bg-gradient-to-br from-indigo-500 to-violet-600 flex items-center justify-center shadow-lg shadow-indigo-500/25">
41
- <ScanText className="h-5 w-5 text-white" />
 
 
 
 
42
  </div>
43
  {!collapsed && (
44
  <div className="flex flex-col">
 
4
  import { Link } from "react-router-dom";
5
  import { createPageUrl } from "./utils";
6
  import {
 
7
  LayoutDashboard,
8
  History as HistoryIcon,
9
  ChevronLeft,
 
36
  )}
37
  >
38
  <Link to={createPageUrl("Dashboard")} className="flex items-center gap-3">
39
+ <div className="h-9 w-9 flex items-center justify-center flex-shrink-0">
40
+ <img
41
+ src="/logo.png"
42
+ alt="EZOFIS AI Logo"
43
+ className="h-full w-full object-contain"
44
+ />
45
  </div>
46
  {!collapsed && (
47
  <div className="flex flex-col">