Skip to content

Commit e6c458e

Browse files
Fix heading text from 'About Us' to 'About U'
1 parent b5aecb9 commit e6c458e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/about.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function Hello() {
66
return (
77
<Layout title="About">
88
<div className={styles.aboutContainer}>
9-
<h1>About Us</h1>
9+
<h1>About U</h1>
1010
<div className={clsx(styles.cardContainer)}>
1111
{" "}
1212
<div class={clsx("card-demo", styles.aboutCard)}>

0 commit comments

Comments
 (0)