style: add mozdit logo and update color palette

This commit is contained in:
Do Siki
2026-04-26 23:48:20 +02:00
parent 54ab14595b
commit 25bb5ede07
7 changed files with 97 additions and 36 deletions
+1 -1
View File
@@ -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', () => {