From 9859b64cded2861363269bdfb2c346c5d9a59a3f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 9 Mar 2025 11:42:42 +0100 Subject: [PATCH] Update web whit security notices --- web/app/docs/installation/page.tsx | 30 +++++++++++++++-------------- web/app/docs/introduction/page.tsx | 31 ++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 14 deletions(-) diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index b406081..e9e803b 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -19,20 +19,22 @@ export default function InstallationPage() { {/* Security Notice */} -
-
-

- - Be careful when copying scripts from the internet. Always remember to check the source! -

-

- - You can review the source code before execution. -

-

- - All executable links follow our Code of Conduct. -

+
+
+
+

+ + Be careful when copying scripts from the internet. Always remember to check the source! +

+

+ + You can review the source code before execution. +

+

+ + All executable links follow our Code of Conduct. +

+
diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index deb59b0..e5ae582 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -1,5 +1,6 @@ import Image from "next/image" import Link from "next/link" +import { AlertTriangle, FileCode, Shield } from 'lucide-react'; export default function IntroductionPage() { return ( @@ -58,5 +59,35 @@ export default function IntroductionPage() { section.

+ + {/* Security Notice */} +
+

+ + Security Information +

+

Be careful when copying scripts from the internet. Always remember to check the source!

+
+ + + View Source Code + + + + Code of Conduct + +
+
+ ) }