summaryrefslogtreecommitdiff
path: root/client/src/components/NavBar.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-07-10 17:33:13 -0700
committerMichael Hunteman <michael@huntm.net>2024-07-10 17:33:13 -0700
commita67743780f98ea9163cd2dddd20ef34be84bc68a (patch)
tree890595f3eee7fadf6f8758306ecc91cd6bd5ecd5 /client/src/components/NavBar.tsx
parenta6b1fa31e890b51b043c4211b14cd4be29ed6fba (diff)
Make title Madison and Michael
Diffstat (limited to 'client/src/components/NavBar.tsx')
-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 52e8e6c..a8e0a14 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's Wedding
+ Madison and Michael
</Typography>
{isMobile ? <Mobile /> : <Desktop />}
</Toolbar>