summaryrefslogtreecommitdiff
path: root/src/components/NavBar.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-03-07 16:14:25 -0800
committerMichael Hunteman <michael@huntm.net>2024-03-07 16:14:25 -0800
commita9333dc90f56ae4e19fabff4822ac1ffba7c6205 (patch)
tree36ef62adccf0443adbeda9281a3e4aa05fe72174 /src/components/NavBar.tsx
parent119d3a115cb0179dc95e15a21f5b2997a7c6b22b (diff)
Remove unneeded MUI components
Diffstat (limited to 'src/components/NavBar.tsx')
-rw-r--r--src/components/NavBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx
index 4e35d95..f050d7a 100644
--- a/src/components/NavBar.tsx
+++ b/src/components/NavBar.tsx
@@ -15,7 +15,7 @@ function NavBar() {
component={Link}
to="/"
color="inherit"
- sx={{ textDecoration: "none" }}
+ sx={{ textDecoration: 'none' }}
>
Madison and Michael's Wedding
</Typography>