mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 10:31:00 +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/
|
||||
|
||||
cypress/videos
|
||||
cypress/screenshots
|
||||
|
@ -12,7 +12,7 @@ export const Navbar: FunctionComponent<Props> = () => {
|
||||
<nav data-testid="nav">
|
||||
<Link to="/" data-testid="nav.home">
|
||||
Home
|
||||
</Link>{" "}
|
||||
</Link>
|
||||
<Link to="/about" data-testid="nav.about">
|
||||
About
|
||||
</Link>
|
||||
|
Loading…
Reference in New Issue
Block a user