Skip to content

Commit 2959801

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 227cf2a commit 2959801

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/platformIcon.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ export const PLATFORM_TO_ICON = {
852852
'go-iris': 'iris',
853853
'go-martini': 'martini',
854854
'go-negroni': 'go',
855-
"go-slog": 'go',
855+
'go-slog': 'go',
856856
godot: 'godot',
857857
huggingface: 'huggingface',
858858
java: 'java',
@@ -1041,12 +1041,12 @@ export function PlatformIcon({
10411041

10421042
if (withLanguageIcon && languageIcon !== icon && languageIcon !== 'default') {
10431043
return (
1044-
<div {...otherProps} style={{ position: 'relative', ...style }}>
1044+
<div {...otherProps} style={{position: 'relative', ...style}}>
10451045
<Image
10461046
src={svg}
10471047
width={size}
10481048
height={size}
1049-
style={{ borderRadius: `${radius}px` }}
1049+
style={{borderRadius: `${radius}px`}}
10501050
alt={`${platform} icon`}
10511051
loading="eager"
10521052
/>
@@ -1078,7 +1078,7 @@ export function PlatformIcon({
10781078
{...otherProps}
10791079
placeholder={undefined}
10801080
loading="eager"
1081-
style={{ borderRadius: `${radius}px`, marginTop: 0, marginBottom: 0, ...style }}
1081+
style={{borderRadius: `${radius}px`, marginTop: 0, marginBottom: 0, ...style}}
10821082
alt={`${platform} icon`}
10831083
/>
10841084
);

0 commit comments

Comments
 (0)