diff options
Diffstat (limited to 'client/src/components/NavBar.tsx')
-rw-r--r-- | client/src/components/NavBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/NavBar.tsx b/client/src/components/NavBar.tsx index 7cae800..5b22e27 100644 --- a/client/src/components/NavBar.tsx +++ b/client/src/components/NavBar.tsx @@ -18,7 +18,7 @@ function NavBar() { color="inherit" sx={{ textDecoration: 'none' }} > - Madison and Michael + Madison & Michael </Typography> {isMobile ? <Mobile /> : <Desktop />} </Toolbar> |