Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
RHamzaZulfiqarJ committed Nov 16, 2023
1 parent 2851be7 commit ca350b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client/src/Pages/DashBoard/DashBoard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function DashBoard() {
<IncomeAndExpense />
</div>

<div className="mt-5 py-10 bg-white rounded-md">
<div className="mt-5 py-10 bg-white rounded-md md:block hidden">
<LeadsStat />
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions client/src/Pages/DashBoard/LeadsStat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const LeadsStat = () => {


return (
<div>
<div className="w-9/12">
<div className="flex items-center justify-center gap-4 pb-5">
<div className="text-xl font-primary">View Leads : </div>
<div className="flex items-center gap-2 w-3/12">
Expand All @@ -88,7 +88,7 @@ const LeadsStat = () => {
</div>
</div>
<BarChart
width={window.innerWidth - 250}
width={window.innerWidth - 300}
height={500}
data={stats}
margin={{
Expand Down
8 changes: 4 additions & 4 deletions client/src/constant.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// export const baseURL = 'http://localhost:4000/api/v1'
export const baseURL = 'https://growcrm.glitch.me/api/v1'
// export const rootURL = 'http://localhost:4000'
export const rootURL = 'https://growcrm.glitch.me'
export const baseURL = 'http://localhost:4000/api/v1'
// export const baseURL = 'https://growcrm.glitch.me/api/v1'
export const rootURL = 'http://localhost:4000'
// export const rootURL = 'https://growcrm.glitch.me'
export const pakistanCities = [
"Abbottabad",
"Adilpur",
Expand Down

0 comments on commit ca350b9

Please sign in to comment.