Skip to content

Commit 6e5e720

Browse files
committed
Updated audit card to be more like Figma
1 parent 6f3b5bf commit 6e5e720

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

entrypoints/popup-app/main.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Button from "../components/common/button";
55
import { DegreeAuditCardPopup } from "../components/audit-card";
66
import "./style.css";
77
import DAPLogo from "@/assets/svgs/dap-circle-logo";
8+
import logo from "../../public/logo.png";
89
import { PlusIcon } from "@phosphor-icons/react";
910
import { getAuditHistory } from "@/lib/storage";
1011
import 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

public/logo.png

2.54 KB
Loading

0 commit comments

Comments
 (0)