Skip to content

Commit

Permalink
Update logo image path in header component
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed May 8, 2024
1 parent 5dd0cd1 commit bea1f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tenscan/frontend/src/components/layouts/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Header() {
<div className="flex h-16 justify-between items-center px-4">
<Link href="/">
<Image
src="/static/assets/images/black_logotype.png"
src="/assets/images/black_logotype.png"
alt="Logo"
width={150}
height={40}
Expand Down

0 comments on commit bea1f64

Please sign in to comment.