Skip to content

Commit

Permalink
updated hamburger on chart
Browse files Browse the repository at this point in the history
  • Loading branch information
anpaulan committed Sep 12, 2024
1 parent 78b8e5b commit b3c1021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/Chart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useState, useContext } from 'react';
import BackButton from "./BackButton.jsx";
import { auth, onAuthStateChanged } from "../config/initializeFirestore.js";
import '../App.css';
import HamburgerMenuEdit from "./HamburgerMenuEdit.jsx";
import HamburgerMenu from './HamburgerMenu.jsx';
import { AppContext } from '../context/AppContext.jsx';
import ExpenseChartJoyride from './ExpenseChartJoyride.jsx';
import HomeButton from './HomeButton.jsx';
Expand Down Expand Up @@ -48,7 +48,7 @@ function App() {
<div className="App" style={{ marginTop: '2rem' }}>
<HomeButton/>
<ExpenseChartJoyride />
<HamburgerMenuEdit />
<HamburgerMenu/>
<LookerStudioChart dimensions={dimensions} userEmail={userEmail} />
<BackButton />
</div>
Expand Down

0 comments on commit b3c1021

Please sign in to comment.