Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-04-16 23:04:43 +02:00
committed by GitHub
parent 092e064b43
commit 2946445627
+1 -1
View File
@@ -59,7 +59,7 @@ const customIconBundle = IconBundleBlueprint.make({
name: 'custom-icons',
params: {
icons: {
github: ExampleIcon,
github: <ExampleIcon fontSize="inherit" />,
},
},
});