mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-08-02 07:34:33 +02:00
added cypress ignores and removed a space for the navbar
This commit is contained in:
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>
|
||||
|
Reference in New Issue
Block a user