Skip to content

Commit 59c6908

Browse files
fix PlatformLinkWithLogo (#7583)
1 parent 81eb624 commit 59c6908

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/hooks/usePlatform.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const query = graphql`
2020
caseStyle
2121
supportLevel
2222
fallbackPlatform
23+
type
2324
guides {
2425
key
2526
name
@@ -29,6 +30,7 @@ const query = graphql`
2930
caseStyle
3031
supportLevel
3132
fallbackPlatform
33+
type
3234
}
3335
}
3436
}

0 commit comments

Comments
 (0)