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:
BIN
public/images/logo_1.png
Normal file
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 |
@@ -3,7 +3,7 @@ import { Dropdown } from './ui/Dropdown'
|
||||
import { ChevronDownIcon } from '@heroicons/react/20/solid'
|
||||
import { Container } from './Container'
|
||||
import { Button } from './Button'
|
||||
import pmyceliumLogo from '../images/logos/pmyceliumlogo.png'
|
||||
import pmyceliumLogo from '../images/logos/logo_1.png'
|
||||
|
||||
export function Header() {
|
||||
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
BIN
src/images/logos/logo_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user