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 + +
+
+ ) }