Skip to content

Commit

Permalink
Fix name css
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287747 committed Apr 15, 2024
1 parent a5a8847 commit 592bfd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/User.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import CssBaseline from '@mui/material/CssBaseline';
import Container from '@mui/material/Container';
import Typography from '@mui/material/Typography';
import Link from '@mui/material/Link';
import '../css/user.css';
import '../css/users.css';

function User({ goTo }) {
const [showLogin, setShowLogin] = useState(true);
Expand Down
File renamed without changes.

0 comments on commit 592bfd2

Please sign in to comment.