Skip to content

Commit

Permalink
fix svg lcp
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Nov 11, 2024
1 parent 4bd541e commit f49cb2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/src/components/Home/HomeTitle/HomeTitle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import {
} from './HomeTitle.css';
import {Icon} from '#ui/components/Icon';

import logo from './logo_for_github_dark.svg';

function Logo() {
return (
<svg
Expand Down Expand Up @@ -38,7 +40,7 @@ export function HomeTitle() {
return (
<div class={mainTitleContainer}>
<h1 aria-label="PipelineUI - Visual workflow for GitHub">
<Logo />
<img src={logo} width={246} height={75.05} />
</h1>
</div>
);
Expand Down

0 comments on commit f49cb2a

Please sign in to comment.