From cdc65bed486c4db92b5ff0ee869f8d6d392de28b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 9 Mar 2025 11:48:23 +0100 Subject: [PATCH] Update web whit security notices --- web/app/docs/introduction/page.tsx | 60 +++++++++++++++--------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index e5ae582..257c70a 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -1,6 +1,6 @@ import Image from "next/image" import Link from "next/link" -import { AlertTriangle, FileCode, Shield } from 'lucide-react'; +import { AlertTriangle, FileCode, Shield } from "lucide-react" export default function IntroductionPage() { return ( @@ -58,36 +58,36 @@ 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 - -
-
+ {/* Security Notice */} +
+

+ + Security Information +

+

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

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