{JSON.stringify(details, null, 2)}
+
+ Redirecting to
XDG_CURRENT_DESKTOP=sway to workaround
diff --git a/src/components/pages/settings/parts/SettingsGenerators/index.tsx b/src/components/pages/settings/parts/SettingsGenerators/index.tsx
index fff1f308..835ab27b 100755
--- a/src/components/pages/settings/parts/SettingsGenerators/index.tsx
+++ b/src/components/pages/settings/parts/SettingsGenerators/index.tsx
@@ -1,8 +1,7 @@
import { Anchor, Code, Group, Paper, Text, Title, Image as MantineImage } from '@mantine/core';
import { IconPrompt } from '@tabler/icons-react';
-import Image from 'next/image';
import GeneratorButton from './GeneratorButton';
-import Link from 'next/link';
+import { Link } from 'react-router-dom';
export default function SettingsGenerators() {
return (
@@ -17,35 +16,30 @@ export default function SettingsGenerators() {
curl
jq
xclip (linux only)
bash,{' '}
- curl
file
jq
xclip (linux only)
- Redirecting to