Skip to content

Commit

Permalink
⚡ Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kento committed Mar 29, 2024
1 parent bf10b2f commit 4bcc636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Header = () => {
<p className={Styles.name}>Kento Yoshizu</p>
<h1 className={Styles.headerTitle}>Portfolio Website</h1>
<p className={Styles.message}>I <FontAwesomeIcon icon={faHeart} /> HTML & CSS</p>
<p className={Styles.update}>更新日 : <time className={Styles.date} dateTime="2024-03-13">2024年3月13日</time></p>
<p className={Styles.update}>更新日 : <time className={Styles.date} dateTime="2024-03-29">2024年3月29日</time></p>

<Link
className={Styles.arrowContainer}
Expand Down

0 comments on commit 4bcc636

Please sign in to comment.