Skip to content
Snippets Groups Projects

Navigation bar

Closed Danjela Shehi requested to merge NavigationBar into master
3 unresolved threads
Files
4
@@ -138,15 +138,20 @@ exports[`NavigationBar renders correctly 1`] = `
}
.c10 {
color: white;
color: #FFF;
margin: 0;
}
.c3 {
box-shadow: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.c8 {
color: white;
color: #FFF;
}
<div
@@ -182,9 +187,26 @@ exports[`NavigationBar renders correctly 1`] = `
>
<a
className="c6 c10"
data-testid="navigationBarLinkId"
href="/"
onClick={[Function]}
>
Item1
</a>
</span>
</span>
<span>
<span
className="c9"
>
<a
className="c6 c10"
data-testid="navigationBarLinkId"
href="/"
onClick={[Function]}
/>
>
Item2
</a>
</span>
</span>
</div>