diff --git a/src/providers/Platform.tsx b/src/providers/Platform.tsx index bad6d39..d24809a 100644 --- a/src/providers/Platform.tsx +++ b/src/providers/Platform.tsx @@ -11,7 +11,7 @@ export enum Platforms { export enum SupportedPlatforms { macOS = Platforms.macOS, - Linux = Platforms.Windows, + Linux = Platforms.Linux, } interface ContextInterface {