Skip to content

Commit

Permalink
Update speed
Browse files Browse the repository at this point in the history
  • Loading branch information
PMinn committed Dec 8, 2023
1 parent 13104bc commit a9963b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FooterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function FooterComponent() {
<div className={styles.hr + " row"}>
<div className={styles["footer-inner-left"] + " col-8"}>
<div className={styles.hr + ' ' + styles["footer-block-logo"]}>
<img className={styles["footer-logo"]} src="/media/Logo.png" alt="Origin 起源劇團 logo" />
<img className={styles["footer-logo"]} src="/media/Logo.png" alt="Origin 起源劇團 logo" loading="lazy" />
<div className={styles.anchor + ' ' + styles.name}>Origin 起源劇團</div>
</div>
<div className={styles["footer-block-media"]} >
Expand Down

0 comments on commit a9963b8

Please sign in to comment.