From a9333dc90f56ae4e19fabff4822ac1ffba7c6205 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Thu, 7 Mar 2024 16:14:25 -0800 Subject: Remove unneeded MUI components --- src/components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/NavBar.tsx') 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 -- cgit v1.2.3