Skip to content

Commit

Permalink
[FIX] Linux Icon when sideloading games (Heroic-Games-Launcher#3117)
Browse files Browse the repository at this point in the history
Linux logo issue resolved 

There was a linux logo display issue when we click on add game.
  • Loading branch information
SarthakD15 authored Oct 6, 2023
1 parent 221fa0d commit 453275b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default React.memo(function InstallModal({
{
name: 'Linux',
available: isLinux && (isSideload || isLinuxNative),
value: 'linux',
value: 'Linux',
icon: faLinux
},
{
Expand Down

0 comments on commit 453275b

Please sign in to comment.