minor tweaks and polish
All checks were successful
renovate / renovate (push) Successful in 1m11s
test-build / build (push) Successful in 1m36s

This commit is contained in:
2025-07-21 20:58:34 -05:00
parent f83fe98b38
commit 17afce6710
9 changed files with 41 additions and 908 deletions

View File

@@ -23,7 +23,7 @@ const iconSets = {
si: SiIcons,
};
const DynamicIcon = ({ name, set = 'fa' }: { name: string; set: string }) => {
const DynamicIcon = ({ name, set = 'fa' }: { name: string; set?: string }) => {
let IconComponent = FaIcons.FaAlignCenter;
if (name.startsWith('Fa')) {