diff --git a/src/components/Header/index.jsx b/src/components/Header/index.jsx index d5774bc..7c22ef0 100644 --- a/src/components/Header/index.jsx +++ b/src/components/Header/index.jsx @@ -14,7 +14,6 @@ const Header = (props) => {
- {/* */} - {/* */} - - {/* - Logo - */}

Loan market / {props.routeName}

- diff --git a/src/index.css b/src/index.css index c9849f9..490ee4f 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; diff --git a/src/pages/Dashboard/index.jsx b/src/pages/Dashboard/index.jsx index abd2868..0919b47 100644 --- a/src/pages/Dashboard/index.jsx +++ b/src/pages/Dashboard/index.jsx @@ -10,16 +10,13 @@ const Dashboard = () => { const dispatch = useDispatch(); const navigate = useNavigate(); const auth = useSelector(state => state.auth) - const handleOnClick = () => { - dispatch(logout()) - navigate("/") - } + return ( <>
-

Dashboard

-

User quantity

+

Dashboard

+

User quantity

{ auth.role_id != 2 &&
-

Data & analytics

-

Show updates of post

+

Data & analytics

+

Show updates of post

{/* container */}
@@ -158,8 +155,8 @@ const Dashboard = () => {
-

Belum diproses

-

9123

+

Belum diproses

+

9,123

@@ -167,8 +164,8 @@ const Dashboard = () => {
-

Sudah diproses

-

9123

+

Sudah diproses

+

9,123

@@ -185,8 +182,8 @@ const Dashboard = () => {
-

Customer

-

9123

+

Customer

+

9,123

diff --git a/src/pages/News/index.jsx b/src/pages/News/index.jsx index 7f8b89f..5b87981 100644 --- a/src/pages/News/index.jsx +++ b/src/pages/News/index.jsx @@ -42,7 +42,7 @@ const News = () => { <>