Skip to content

Commit

Permalink
Merge pull request #4 from ylylime/main
Browse files Browse the repository at this point in the history
tf
  • Loading branch information
ylylime authored Aug 22, 2024
2 parents 58edacb + 7bdf0a3 commit 11b63c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styles from "./About.module.scss";
const About = React.forwardRef((_: any, ref: any) => {
return (
<section className={styles.About} ref={ref}>
<h1>Hello, my name is ._.</h1>
<h1>Hello, my name is Emily</h1>
<p>Welcome to my portfolio!</p>
</section>
);
Expand Down

0 comments on commit 11b63c9

Please sign in to comment.