+ {badges.map((badge, idx) => (
+
+ {badge}
+
+ ))}
+
+ );
+}
diff --git a/client/src/components/BookmarkButton.jsx b/client/src/components/BookmarkButton.jsx
new file mode 100644
index 0000000..4619a4a
--- /dev/null
+++ b/client/src/components/BookmarkButton.jsx
@@ -0,0 +1,14 @@
+import React from "react";
+
+export default function BookmarkButton({ bookmarked, onClick }) {
+ return (
+
+ );
+}
diff --git a/client/src/components/Footer.jsx b/client/src/components/Footer.jsx
index 89ce0e9..6ed0dbb 100644
--- a/client/src/components/Footer.jsx
+++ b/client/src/components/Footer.jsx
@@ -4,7 +4,7 @@ import { FaGithub, FaTwitter, FaLinkedin, FaEnvelope } from "react-icons/fa";
export default function Footer() {
return (
-