Skip to content

Commit

Permalink
Try to fix logo
Browse files Browse the repository at this point in the history
  • Loading branch information
giade committed Nov 17, 2023
1 parent 7734980 commit 2f812b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cicd-header/cicd-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class CicdHeader {
render() {
return (
<div class="cdciHeader">
<img src="./../assets/images/logo-jump-white.svg" alt="Logo" />
<img src="../../../assets/images/logo-jump-white.svg" alt="Logo" />
</div>
);
}
Expand Down

0 comments on commit 2f812b1

Please sign in to comment.