From 5c8f0ca091ff7f962260c75a0ffe4c99e7cdca3c Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Wed, 16 Oct 2024 18:24:43 -0700 Subject: Use & instead of and --- client/src/components/NavBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/components') 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 {isMobile ? : } -- cgit v1.2.3