-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add github and docs links to Explorer nav #180
Conversation
9980711
to
a439afe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Veni, Vidi, Misi
Just one astonishingly minor change requested. Other than that, ship when ready!
site/src/nav/Header.jsx
Outdated
|
||
export default function Header({ zoom, mode, setMode, setZoom }) { | ||
return ( | ||
<nav aria-label="Main" className="navbar navbar--fixed-top"> | ||
<div className="navbar__inner"> | ||
<div className="navbar__items"> | ||
<OvertureWordmark /> | ||
<a | ||
aria-current="page" | ||
class="navbar__item navbar__link" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh man, this is the most minor issue but class
should be className
. The react code still renders with the proper classes applied, but this quiets a warning from react.
class="navbar__item navbar__link" | |
className="navbar__item navbar__link" |
a439afe
to
99506af
Compare
99506af
to
7844474
Compare
Overview
Updating Explorer site to add links as requested in https://github.com/OvertureMaps/tf-developer-advocacy/issues/223. Styling has been kept consistent with navbar at docs.overturemaps.org.
Changes:
Link to changes: https://explore.overturemaps.org/nav-improvements
Example screenshot of startup box and nav links after this change:
