mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
added cypress ignores and removed a space for the navbar
This commit is contained in:
parent
3a72c2131d
commit
294e054524
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@ bundle.zip
|
|||||||
.angular/cache/
|
.angular/cache/
|
||||||
|
|
||||||
cypress/videos
|
cypress/videos
|
||||||
|
cypress/screenshots
|
||||||
|
@ -12,7 +12,7 @@ export const Navbar: FunctionComponent<Props> = () => {
|
|||||||
<nav data-testid="nav">
|
<nav data-testid="nav">
|
||||||
<Link to="/" data-testid="nav.home">
|
<Link to="/" data-testid="nav.home">
|
||||||
Home
|
Home
|
||||||
</Link>{" "}
|
</Link>
|
||||||
<Link to="/about" data-testid="nav.about">
|
<Link to="/about" data-testid="nav.about">
|
||||||
About
|
About
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user