Skip to content

Commit df04db2

Browse files
committedNov 4, 2024··
Fix Elastic logo link
1 parent 6f338bc commit df04db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function NavBar() {
2929
<Navbar expand="lg" className="NavBar bg-body-tertiary fixed-top">
3030
<Navbar.Brand>
3131
<img
32-
src="/logo-elastic-glyph-color.svg"
32+
src="logo-elastic-glyph-color.svg"
3333
width="30"
3434
height="30"
3535
className="d-inline-block align-top"

0 commit comments

Comments
 (0)
Please sign in to comment.