Skip to content

Commit

Permalink
change navbar name
Browse files Browse the repository at this point in the history
  • Loading branch information
basilisSam authored May 4, 2022
1 parent ef90426 commit 9c417de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/NavBar/NavBar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ it("should render the brand name in the Navbar", () => {
</MemoryRouter>
);

screen.getByText("Homelike");
screen.getByText("Github-Issues");
});

2 changes: 1 addition & 1 deletion src/components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function NavBar() {
<Link to='/'>
<span className='navBarBrand'>
<HomeOutlined/>
<p>Homelike</p>
<p>Github-Issues</p>
</span>
</Link>
</div>
Expand Down

0 comments on commit 9c417de

Please sign in to comment.