Skip to content

Commit

Permalink
Update contact.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rNLKJA committed Dec 29, 2023
1 parent a0514e1 commit c9ed767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const ContactForm = () => {
<Container component="main" maxWidth="sm">
<Paper elevation={6} sx={{ my: { xs: 3, md: 6 }, p: { xs: 2, md: 3 } }}>
<Typography variant="h5" component="h1" gutterBottom>
Contact Us
Contact Me ( ´ ω ` )
</Typography>
<Box component="form" noValidate sx={{ mt: 1 }} onSubmit={handleSubmit}>
<TextField
Expand Down

0 comments on commit c9ed767

Please sign in to comment.