diff --git a/.gitignore b/.gitignore
index cbaa0c5..016b59e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,5 +22,3 @@ pnpm-debug.log*
# jetbrains setting folder
.idea/
-pnpm-lock.yaml
-#god forbid someone runs pnpm i
\ No newline at end of file
diff --git a/src/components/friends.astro b/src/components/friends.astro
index 408bdd8..a3d5432 100644
--- a/src/components/friends.astro
+++ b/src/components/friends.astro
@@ -1,118 +1,40 @@
---
-import FriendButton from "../components/Friendbutton.astro";
+import FriendButton from "../components/Friendbutton.astro"
---
-
- Friends Sites!
-
- this person owns me ->>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Friends Sites!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.friends {
+ margin: 0.5rem;
+ margin-left: 10rem;
+ margin-right: 10rem;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ gap: 0.5rem;
+ image { width: 5rem; }
+
+}
+
+
\ No newline at end of file