Skip to content

Commit 9c417de

Browse files
authored
change navbar name
1 parent ef90426 commit 9c417de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/NavBar/NavBar.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ it("should render the brand name in the Navbar", () => {
1212
</MemoryRouter>
1313
);
1414

15-
screen.getByText("Homelike");
15+
screen.getByText("Github-Issues");
1616
});
1717

src/components/NavBar/NavBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function NavBar() {
88
<Link to='/'>
99
<span className='navBarBrand'>
1010
<HomeOutlined/>
11-
<p>Homelike</p>
11+
<p>Github-Issues</p>
1212
</span>
1313
</Link>
1414
</div>

0 commit comments

Comments
 (0)