diff --git a/client/public/icon6.jpg b/client/public/icon6.jpg new file mode 100644 index 0000000..3e3626a Binary files /dev/null and b/client/public/icon6.jpg differ diff --git a/client/public/index.html b/client/public/index.html index aa069f2..1414a24 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -2,14 +2,14 @@ - + - + - React App + + + + + Stack Bwall @@ -39,5 +43,7 @@ To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> + + diff --git a/client/src/components/Dashboard.jsx b/client/src/components/Dashboard.jsx index 4d5c928..572d5e4 100644 --- a/client/src/components/Dashboard.jsx +++ b/client/src/components/Dashboard.jsx @@ -1,27 +1,27 @@ import React from "react"; -import Logo from "../components/assets/stackwall.png"; import "flowbite"; import Events from "./columns/Events"; import Leaderboard from "./columns/Leaderboard"; import Feeds from "./columns/Feeds"; import "./columns/style.css"; +import TopOfTheMonth from "./columns/TopofTheMonth"; const Dashboard = () => { return ( - -
+ +
-
+
-
+
+
- ); }; diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx index 9cfa280..45b8e7f 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -1,5 +1,5 @@ import React, { useState } from "react"; -import Logo from "../components/assets/stackwall.png"; +import Logo from "../components/assets/stackb.png"; import User from "../components/assets/Pragados.png"; import "flowbite"; const Navbar = () => { @@ -29,9 +29,9 @@ const Navbar = () => {