File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import Button from "../components/common/button";
55import { DegreeAuditCardPopup } from "../components/audit-card" ;
66import "./style.css" ;
77import DAPLogo from "@/assets/svgs/dap-circle-logo" ;
8+ import logo from "../../public/logo.png" ;
89import { PlusIcon } from "@phosphor-icons/react" ;
910import { getAuditHistory } from "@/lib/storage" ;
1011import type { DegreeAuditCardProps } from "@/lib/general-types" ;
@@ -242,8 +243,12 @@ export default function App() {
242243 < div className = "w-[438px] h-full min-h-[300px] max-h-[600px] bg-white font-sans overflow-hidden flex flex-col border border-gray-100" >
243244 < header className = "flex justify-between items-center p-3 border-b border-gray-200 flex-shrink-0" >
244245 < div className = "flex items-center space-x-2" >
245- < DAPLogo />
246- < span className = "font-bold text-lg text-dap-primary leading-tight" >
246+ < img
247+ src = { logo }
248+ alt = "Logo"
249+ style = { { width : "70px" , height : "auto" } }
250+ />
251+ < span className = "font-bold text-lg text-dap-primary leading-tight" >
247252 Degree Audit
248253 < br />
249254 Plus
You can’t perform that action at this time.
0 commit comments