style: add mozdit logo and update color palette
This commit is contained in:
@@ -13,7 +13,7 @@ jest.mock('next/link', () => {
|
||||
describe('Header', () => {
|
||||
it('should render the company logo', () => {
|
||||
render(<Header />)
|
||||
expect(screen.getAllByText('mozdIT Bt.').length).toBeGreaterThan(0)
|
||||
expect(screen.getByAltText('mozdIT Bt.')).toBeInTheDocument()
|
||||
})
|
||||
|
||||
it('should render all navigation links in desktop menu', () => {
|
||||
|
||||
Reference in New Issue
Block a user