diff options
author | Michael Hunteman <michael@huntm.net> | 2024-10-16 18:24:43 -0700 |
---|---|---|
committer | Michael Hunteman <michael@huntm.net> | 2024-10-16 18:24:43 -0700 |
commit | 5c8f0ca091ff7f962260c75a0ffe4c99e7cdca3c (patch) | |
tree | 51bf547f3d530305fa9c5ca3a79705fa82e7c5a6 /client | |
parent | 63f6003e658c87e9a803b8591abfcb322d6a87ed (diff) |
Use & instead of and
Diffstat (limited to 'client')
-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> |