🎨 Remove lazy loading from images and update sidebar badge classes for consistency

This commit is contained in:
pheralb
2025-09-22 18:57:20 +01:00
parent f749358b97
commit aae0771f18
6 changed files with 19 additions and 13 deletions
-4
View File
@@ -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"
/>