diff --git a/README.md b/README.md
index 1d82d3c..d60a3dc 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,10 @@
NebulaWeb is an official flagship of Nebula Services and Nebula Developer Labs. NebulaWeb is a stunning, sleek, and functional web-proxy with support for thousands of popular sites. With NebulaWeb, the sky is the limit.
-
-

-
## Features
+
- Stunning and highly functional UI
- 3 different backend proxies
- Hides your IP from sites
@@ -18,20 +16,21 @@ NebulaWeb is an official flagship of Nebula Services and Nebula Developer Labs.
# Deployment
Table of contents
+
- Deployment
-
---
-## Deployment
+
+## Deployment
+
Run these commands on your server:
`git clone https://https://github.com/NebulaServices/Nebula.git`
`pnpm i`
-`npm run bstart`
+`npm run bstart`
You may also need to run `npm i -g pnpm tsx`
Thanks for using Nebula!
-
## Tech Stack
- TypeScript, Tailwind
diff --git a/src/LoadSuspense.tsx b/src/LoadSuspense.tsx
index f5eccbc..ede4679 100644
--- a/src/LoadSuspense.tsx
+++ b/src/LoadSuspense.tsx
@@ -1,4 +1,4 @@
-import './Suspense.css'
+import "./Suspense.css";
export function LoadSuspense() {
return (
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 6630aa3..a3feac5 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -1,7 +1,7 @@
import { HeaderButton } from "./HeaderButton";
import { useTranslation } from "react-i18next";
import { Link } from "preact-router";
-import { motion } from "framer-motion"
+import { motion } from "framer-motion";
// Header icons
import { HiOutlineCube } from "react-icons/hi";
@@ -14,50 +14,103 @@ export function Header() {
const [isActive, setIsActive] = useState(false);
return (
-