@@ -8,17 +8,17 @@ export interface FooterProps extends React.HTMLAttributes<HTMLElement> {}
88const logos = [
99 {
1010 name : "Popcorn" ,
11- imageUrl : "live-debugger/assets/logo-popcorn.svg" ,
11+ imageUrl : "/ live-debugger/assets/logo-popcorn.svg" ,
1212 href : "https://popcorn.swmansion.com/" ,
1313 } ,
1414 {
1515 name : "Global Elixir Meetups" ,
16- imageUrl : "live-debugger/assets/logo-GEM.svg" ,
16+ imageUrl : "/ live-debugger/assets/logo-GEM.svg" ,
1717 href : "https://globalelixirmeetups.com/" ,
1818 } ,
1919 {
2020 name : "Membrane Live" ,
21- imageUrl : "live-debugger/assets/logo-membrane.svg" ,
21+ imageUrl : "/ live-debugger/assets/logo-membrane.svg" ,
2222 href : "https://membrane.stream/" ,
2323 } ,
2424] ;
@@ -76,7 +76,7 @@ const Footer = React.forwardRef<HTMLElement, FooterProps>(
7676 < div className = "z-10 flex flex-col items-center" >
7777 < div className = "flex flex-col items-center gap-3" >
7878 < img
79- src = "live-debugger/assets/logo-swm.svg"
79+ src = "/ live-debugger/assets/logo-swm.svg"
8080 alt = "Software Mansion"
8181 className = "h-7 w-auto"
8282 />
@@ -140,7 +140,7 @@ const Footer = React.forwardRef<HTMLElement, FooterProps>(
140140 className = "flex h-6 w-6 transform items-center justify-center rounded-full transition-all duration-300 ease-in-out hover:scale-150 hover:opacity-60"
141141 >
142142 < img
143- src = { `live-debugger/assets/${ icon } .svg` }
143+ src = { `/ live-debugger/assets/${ icon } .svg` }
144144 className = "h-3 w-3"
145145 alt = { `${ icon } icon` }
146146 width = "16"
@@ -158,14 +158,14 @@ const Footer = React.forwardRef<HTMLElement, FooterProps>(
158158 </ ContentWrapper >
159159 < div className = "absolute -top-30 -left-30 z-1 sm:-top-40 sm:-left-20 md:-top-50 lg:-top-65 lg:-left-30" >
160160 < img
161- src = "live-debugger/assets/Vector.svg"
161+ src = "/ live-debugger/assets/Vector.svg"
162162 alt = ""
163163 className = "h-60 w-auto sm:h-80 md:h-100 lg:h-120"
164164 />
165165 </ div >
166166 < div className = "absolute -right-10 -bottom-25 z-1 sm:-right-40 sm:-bottom-35 md:-right-20 md:-bottom-45 lg:-right-60 lg:-bottom-55" >
167167 < img
168- src = "live-debugger/assets/Vector.svg"
168+ src = "/ live-debugger/assets/Vector.svg"
169169 alt = ""
170170 className = "h-60 w-auto sm:h-80 md:h-100 lg:h-120"
171171 />
0 commit comments