diff --git a/bun.lockb b/bun.lockb
index f610218..74ac657 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index e31f418..9436df7 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
+ "react-icons": "^4.7.1",
"react-router-dom": "^6.4.2",
"react-router-hash-link": "^2.4.3"
},
diff --git a/src/components/Jumbotron.jsx b/src/components/Jumbotron.jsx
deleted file mode 100644
index 9b20695..0000000
--- a/src/components/Jumbotron.jsx
+++ /dev/null
@@ -1,5 +0,0 @@
-// const Jumbotron = ({ movie }) => (
-
-// )
-
-// export default Jumbotron
diff --git a/src/components/Rate.jsx b/src/components/Rate.jsx
index 6eed1bf..5445858 100644
--- a/src/components/Rate.jsx
+++ b/src/components/Rate.jsx
@@ -1,4 +1,5 @@
import { useState } from "react"
+import { AiFillStar } from "react-icons/ai"
import styles from "styles/Rate.module.css"
const Rate = ({ rating, setRating }) => {
@@ -21,15 +22,7 @@ const Rate = ({ rating, setRating }) => {
onMouseEnter={() => setHover(index)}
onMouseLeave={() => setHover()}
>
-
+ More info