Skip to content

Commit 633ddba

Browse files
committed
fixing the platform icons
flutter icon should display for flutter on main page and side bar
1 parent b9c96a1 commit 633ddba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/platformIcon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,7 @@ export const PLATFORM_TO_ICON = {
855855
csharp: 'csharp',
856856
'csharp-aspnetcore': 'csharp',
857857
dart: 'dart',
858+
'dart-flutter': 'flutter',
858859
default: 'default',
859860
dotnet: 'dotnet',
860861
'dotnet-aspnetcore': 'dotnetcore',

0 commit comments

Comments
 (0)