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:
		@@ -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 (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user