Skip to content

Commit

Permalink
Website Redesign: Release 1 navigation bars orcasound#127
Browse files Browse the repository at this point in the history
* Removed unused vars.
  • Loading branch information
yyu233 committed Jan 16, 2024
1 parent 8db193c commit 70358d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import FacebookIcon from '@mui/icons-material/Facebook'
import InstagramIcon from '@mui/icons-material/Instagram'
import LinkedInIcon from '@mui/icons-material/LinkedIn'
import NotificationsIcon from '@mui/icons-material/Notifications'
import TwitterIcon from '@mui/icons-material/Twitter'
import YouTubeIcon from '@mui/icons-material/YouTube'
import { AppBar, Box, Button, styled, Toolbar, Typography } from '@mui/material'
import { AppBar, Box, styled, Typography } from '@mui/material'
import Image from 'next/image'
import Link from 'next/link'

Expand Down
1 change: 0 additions & 1 deletion src/components/Nav.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import CloseIcon from '@mui/icons-material/Close'
import MenuIcon from '@mui/icons-material/Menu'
import NotificationsIcon from '@mui/icons-material/Notifications'
import NotificationsActiveIcon from '@mui/icons-material/NotificationsActive'
import VolunteerActivismIcon from '@mui/icons-material/VolunteerActivism'
import {
AppBar,
Expand Down

0 comments on commit 70358d5

Please sign in to comment.