Skip to content
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

GH-2168: Change hub logo link #605

Merged
merged 3 commits into from Sep 21, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Update component snapshot

  • Loading branch information
leuryr committed Sep 18, 2020
commit ae994f2c8941d97fe81722da8fb23f3be18aaca5
@@ -5,11 +5,11 @@ exports[`app/hub/Views/SideNavigationView component More Snapshot tests with rea
className="SideNavigation flex-container flex-dir-column"
>
<a
aria-current="page"
className="SideNavigation__top active"
href="/"
onClick={[Function]}
style={Object {}}
aria-label="Ghostery website"
className="SideNavigation__top"
href="https://ghosterystage.com"
rel="noopener noreferrer"
target="_blank"
/>
<div
className="SideNavigation__menu flex-child-grow flex-container flex-dir-column"
@@ -25,11 +25,11 @@ exports[`app/hub/Views/SideNavigationView component Snapshot tests with react-te
className="SideNavigation flex-container flex-dir-column"
>
<a
aria-current="page"
className="SideNavigation__top active"
href="/"
onClick={[Function]}
style={Object {}}
aria-label="Ghostery website"
className="SideNavigation__top"
href="https://ghosterystage.com"
rel="noopener noreferrer"
target="_blank"
/>
<div
className="SideNavigation__menu flex-child-grow flex-container flex-dir-column"
@@ -224,11 +224,11 @@ exports[`app/hub/Views/SideNavigationView component Snapshot tests with react-te
className="SideNavigation flex-container flex-dir-column disabled"
>
<a
aria-current="page"
className="SideNavigation__top disabled active"
href="/"
onClick={[Function]}
style={Object {}}
aria-label="Ghostery website"
className="SideNavigation__top disabled"
href="https://ghosterystage.com"
rel="noopener noreferrer"
target="_blank"
/>
<div
className="SideNavigation__menu flex-child-grow flex-container flex-dir-column"
ProTip! Use n and p to navigate between commits in a pull request.