Skip to content

Commit

Permalink
fix-build-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 10, 2023
1 parent 5bda0ac commit 750f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Pages/Pathway/components/HeroSection/mainpage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function mainpage() {
<section className={styles.First}>
<div className={styles.Container}>
<div className={styles.Container_image_one}>
<img src={img2} />
<img alt="hero" src={img2} />
</div>
<div className={styles.Container_desc}>
<div className={styles.Container_head}>
Expand Down
2 changes: 1 addition & 1 deletion src/Pages/Pathway/components/contact/Contact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Contact() {
<>
<div className={styles.ContactUs}>
<div className={styles.Contact}>
<img src={img4} />
<img alt="contact" src={img4} />
</div>
<div className={styles.ContactList}>
{links.map((link) => {
Expand Down

0 comments on commit 750f3e2

Please sign in to comment.