diff --git a/client/src/pages/settings/generalSettings.tsx b/client/src/pages/settings/generalSettings.tsx index b4c1cc1..971dd4b 100644 --- a/client/src/pages/settings/generalSettings.tsx +++ b/client/src/pages/settings/generalSettings.tsx @@ -144,6 +144,10 @@ export function GeneralSettings() { + + + + {contextHolder} ); @@ -447,3 +451,27 @@ function BackupRestore({ messageApi, t }: BackupRestoreProps) { ); } + +function AboutSection() { + return ( +
+

About

+

+ Based on{" "} + + Spoolman + {" "} + by{" "} + + Donkie + +
+ UX enhancements developed with{" "} + + Claude + {" "} + (Anthropic) +

+
+ ); +}