Based on the git diff, here's an appropriate commit message:

feat: update brand logo assets

- Added new logo_1.png image file to public/images directory
- Simplified logomark.svg by removing complex gradient patterns and clip paths
- Reduced SVG markup complexity for better performance and maintainability

This is a "feat" type commit since it modifies user-visible brand assets. The message clearly describes both the addition of a new logo file and the simplification of the existing SVG logomark,
This commit is contained in:
2025-10-27 13:58:51 +01:00
parent 2ebdb14409
commit 2a141cbc91
5 changed files with 3 additions and 16 deletions

BIN
public/images/logo_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -3,7 +3,7 @@ import { Dropdown } from './ui/Dropdown'
import { ChevronDownIcon } from '@heroicons/react/20/solid' import { ChevronDownIcon } from '@heroicons/react/20/solid'
import { Container } from './Container' import { Container } from './Container'
import { Button } from './Button' import { Button } from './Button'
import pmyceliumLogo from '../images/logos/pmyceliumlogo.png' import pmyceliumLogo from '../images/logos/logo_1.png'
export function Header() { export function Header() {
return ( return (

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 110 KiB

After

Width:  |  Height:  |  Size: 66 KiB

BIN
src/images/logos/logo_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB