File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ export function Footer({ showAuthor = false }: FooterProps) {
5050 < div className = "flex flex-col items-center gap-6 md:flex-row md:items-center md:justify-between" >
5151 < Link to = "/" className = "flex items-center gap-2" >
5252 < img
53- src = "images/navbar_logo.svg"
53+ src = "/ images/navbar_logo.svg"
5454 alt = "Espanso Hub"
5555 className = "h-7 w-auto"
5656 />
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export function Header({
3434 { /* Logo */ }
3535 < Link to = "/" className = "flex items-center gap-2" >
3636 < img
37- src = "images/navbar_logo.svg"
37+ src = "/ images/navbar_logo.svg"
3838 alt = "Espanso Hub"
3939 className = "h-6 md:h-7 w-auto"
4040 />
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default function Home({
4747 } ;
4848
4949 return (
50- < div style = { { backgroundImage : "url(images/landing_bg.svg)" } } >
50+ < div style = { { backgroundImage : "url(/ images/landing_bg.svg)" } } >
5151 { /* {packages.packages.map((pkg) => (
5252 <li key={pkg.id}>{pkg.title}</li>
5353 ))} */ }
You can’t perform that action at this time.
0 commit comments