Skip to content

Commit

Permalink
Fixed base url
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 25, 2024
1 parent 074cac2 commit b6698b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CheckList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function CheckList() {
return (
<div class={styles.CheckList}>
<span>
<a href="/">
<a href={import.meta.env.BASE_URL}>
<img src={logo} />
<span>ible Plan</span>
</a>
Expand Down

0 comments on commit b6698b1

Please sign in to comment.