Skip to content

Commit

Permalink
Feat: added and fix the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
KRISHkg31 committed Nov 9, 2024
1 parent b623797 commit 7d9d59a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';

const Footer = () => {
return (
<footer className="bg-black/10 text-slate-500 dark:text-slate-400 py-10">
<footer className="bg-black/10 bg-black/10 bg-black/10 py-10">
<div className="container mx-auto px-4">
<div className="flex flex-col justify-between break-words md:flex-row">
<div className="flex ">
Expand Down Expand Up @@ -52,7 +52,7 @@ const Footer = () => {
</div>
</div>
</div>
<div className="border-t border-gray-700 mt-10 pt-6 text-center">
<div className="border-t border-black mt-10 pt-6 text-center">
<div className="flex justify-center space-x-8 mb-4">
<a href="#" className="hover:text-orange-500">TERMS & CONDITIONS</a>
<a href="#" className="hover:text-orange-500">PRIVACY POLICY</a>
Expand Down
10 changes: 10 additions & 0 deletions src/pages/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import React from "react";
import { Line, Bar, Doughnut, Radar, PolarArea } from "react-chartjs-2";
import { FiUsers, FiBarChart2, FiHeart, FiMessageCircle } from "react-icons/fi";
import { Tooltip } from "react-tooltip";
import Footer from '../components/Footer';
import "react-tooltip/dist/react-tooltip.css";
import {
Chart as ChartJS,
Expand Down Expand Up @@ -267,6 +268,15 @@ const Dashboard = () => {
</div>

<Tooltip id="dashboard-tooltip" />
<div className="border-t border-black mt-10 pt-6 text-center">
<div className="flex justify-center space-x-8 mb-4">
<a href="#" className="hover:text-orange-500">TERMS & CONDITIONS</a>
<a href="#" className="hover:text-orange-500">PRIVACY POLICY</a>
<a href="#" className="hover:text-orange-500">SITEMAP</a>
</div>
<p>Copyright 2024 © </p>
<p>Social Media</p>
</div>
</div>
);
};
Expand Down
2 changes: 1 addition & 1 deletion src/pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const LandingPage = () => {
{
value: "60 hrs",
description: "Saved per month",
image: "https://cdn3.pixelcut.app/1/3/profile_picture_1728ecf2bd.jpg",
image: "https://img.freepik.com/premium-vector/letter-v-logo-design-template-vector-illustration_994237-191.jpg",
alt: "velocity juice logo",
name: "velocity juice",
icon: "fab fa-linkedin"
Expand Down
1 change: 1 addition & 0 deletions src/pages/settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ export default function Settings() {
<input type="checkbox" /> Enable high contrast mode
</div>
</div>

)}
</div>
</div>
Expand Down

0 comments on commit 7d9d59a

Please sign in to comment.