diff --git a/src/components/Main.tsx b/src/components/Main.tsx
index eb416ff..b9fb2c5 100644
--- a/src/components/Main.tsx
+++ b/src/components/Main.tsx
@@ -36,21 +36,17 @@ export default function Main() {
},
];
- const linkButtons = links.map(
- (
- link // This is a map function. It is used to create a list of elements.
- ) => (
-
-
-
- )
- );
+ const linkButtons = links.map((link) => (
+
+
+
+ ));
return (