File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const Footer = () => {
1111 < footer className = "flex flex-col flex-wrap gap-4 bg-backgroundSolidDark px-5 py-4 md:flex-row md:justify-between md:px-10 md:py-8" >
1212 < div className = "flex flex-row items-center gap-3" >
1313 < Image
14- src = "/logo/IDSLogo .png"
14+ src = "/logo/IDS-Platform-Logo .png"
1515 width = { 245 }
1616 height = { 24 }
1717 alt = "IDS-DRR Logo"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export function MainNav({ data }: { data: MainConfig }) {
2828 < NavLink href = { data . homeUrl } >
2929 < div className = "flex items-center gap-2" >
3030 < Image
31- src = "/logo/IDSLogo .png"
31+ src = "/logo/IDS-Platform-Logo .png"
3232 width = { 245 }
3333 height = { 24 }
3434 alt = "IDS-DRR Logo"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export function MobileNav({ data }: { data: MainConfig }) {
4444 < Link href = { data . homeUrl } >
4545 < div className = "flex items-center gap-2" >
4646 < Image
47- src = "/logo/IDSLogo .png"
47+ src = "/logo/IDS-Platform-Logo .png"
4848 width = { 245 }
4949 height = { 24 }
5050 alt = "IDS-DRR Logo"
You can’t perform that action at this time.
0 commit comments