feat(docs): replace logo with SVG and update navigation styling
- Replace PNG logo with high-definition SVG version for better quality and scalability - Update navigation to use logo image instead of text title for improved branding - Add custom styling for logo display in navigation bar - Exclude navigation logo from automatic image styling rules - Update sitemap timestamps to reflect recent changes
This commit is contained in:
@@ -1787,6 +1787,7 @@ export default {
|
||||
}
|
||||
|
||||
const applyImageStyle = (img) => {
|
||||
if (img.classList.contains('nav-title-logo')) return
|
||||
const { naturalWidth, naturalHeight } = img
|
||||
if (!naturalWidth || !naturalHeight) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user