summaryrefslogtreecommitdiff
path: root/client/src
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-10-16 18:24:43 -0700
committerMichael Hunteman <michael@huntm.net>2024-10-16 18:24:43 -0700
commit5c8f0ca091ff7f962260c75a0ffe4c99e7cdca3c (patch)
tree51bf547f3d530305fa9c5ca3a79705fa82e7c5a6 /client/src
parent63f6003e658c87e9a803b8591abfcb322d6a87ed (diff)
Use & instead of and
Diffstat (limited to 'client/src')
-rw-r--r--client/src/components/NavBar.tsx2
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>