Skip to content

Commit b1e773c

Browse files
SamSam
Sam
authored and
Sam
committed
change brandname
1 parent dcc84c4 commit b1e773c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/IssuesTable/IssuesTable.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ it('should render multiple child components', () => {
4545
</MemoryRouter>);
4646

4747

48-
screen.getByText("2017");
48+
screen.getByText("Homelike");
4949

5050
});

src/components/NavBar/NavBar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function NavBar() {
77
<div className='navBarWrapper'>
88
<Link to='/'>
99
<span className=' py-1 rounded-full text-white font-semibold text-sm text-justify flex w-max '>
10-
<HomeOutlined /><p className='mt-1'>HomeLike</p>
10+
<HomeOutlined /><p className='mt-1'>Homelike</p>
1111
</span>
1212
</Link>
1313
</div>

0 commit comments

Comments
 (0)