Skip to content

Commit

Permalink
docs: fix Orbit logo URl
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkaaa committed Oct 31, 2024
1 parent d3c5774 commit 96a9f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/__examples__/NavigationBar/DEFAULT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
<Stack direction="row" align="center" justify="center">
<ButtonLink href="https://orbit.kiwi">
<img
src="https://orbit.kiwi/files/2019/08/cropped-OrbitLogo-1.png"
src="https://images.kiwi.com/common/orbit-logo-full.png"
alt="Orbit by Kiwi.com"
height="40px"
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/__examples__/NavigationBar/ICONS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default {
<ButtonLink href="https://orbit.kiwi">
<div style={{ maxWidth: "40px", overflow: "hidden" }}>
<img
src="https://orbit.kiwi/files/2019/08/cropped-OrbitLogo-1.png"
src="https://images.kiwi.com/common/orbit-logo-full.png"
alt="Orbit by Kiwi.com"
height="40px"
/>
Expand Down
2 changes: 1 addition & 1 deletion docs/src/__examples__/NavigationBar/MENU.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
<ButtonLink href="https://orbit.kiwi">
<div style={{ maxWidth: "40px", overflow: "hidden" }}>
<img
src="https://orbit.kiwi/files/2019/08/cropped-OrbitLogo-1.png"
src="https://images.kiwi.com/common/orbit-logo-full.png"
alt="Orbit by Kiwi.com"
height="40px"
/>
Expand Down

0 comments on commit 96a9f6d

Please sign in to comment.