Skip to content

Commit 20d40ea

Browse files
committed
Update IDS-DRR logo on Header and Footer for both Desktop and Mobile
1 parent f44b445 commit 20d40ea

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

app/[locale]/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

components/main-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

components/mobile-nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

public/logo/IDS-Platform-Logo.png

5.73 KB
Loading

0 commit comments

Comments
 (0)