mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Remove lazy loading from images and update sidebar badge classes for consistency
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
src={getSvgImgUrl({ url: svgInfo.wordmark, isDark: true })}
|
||||
alt={svgInfo.title}
|
||||
title={svgInfo.title}
|
||||
loading="lazy"
|
||||
width="140"
|
||||
height="40"
|
||||
/>
|
||||
@@ -85,7 +84,6 @@
|
||||
src={getSvgImgUrl({ url: svgInfo.wordmark, isDark: false })}
|
||||
alt={svgInfo.title}
|
||||
title={svgInfo.title}
|
||||
loading="lazy"
|
||||
width="140"
|
||||
height="40"
|
||||
/>
|
||||
@@ -95,7 +93,6 @@
|
||||
src={getSvgImgUrl({ url: svgInfo.route, isDark: true })}
|
||||
alt={svgInfo.title}
|
||||
title={svgInfo.title}
|
||||
loading="lazy"
|
||||
width="140"
|
||||
height="40"
|
||||
/>
|
||||
@@ -104,7 +101,6 @@
|
||||
src={getSvgImgUrl({ url: svgInfo.route, isDark: false })}
|
||||
alt={svgInfo.title}
|
||||
title={svgInfo.title}
|
||||
loading="lazy"
|
||||
width="140"
|
||||
height="40"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user