Skip to content

Commit

Permalink
Merge pull request from /feature/router
Browse files Browse the repository at this point in the history
Images routes repaired
  • Loading branch information
Pyments authored Jan 3, 2024
2 parents 4595e52 + b622558 commit 91cf75e
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ function Footer() {
<footer className="main-footer">
<div className="footer-realizacao">
<span>Realização</span>
<img src="/src/assets/logo-avasus-footer-v.png" alt="" />
<img src="/src/assets/logo-avasus-footer-v.png" alt="" />
<img src="/AVASUS/src/assets/images/logo-avasus-footer-v.png" alt="" />
<img src="/AVASUS/src/assets/images/logo-avasus-footer-v.png" alt="" />
</div>
<div className="footer-lais">
<div>IMG LAIS esquerda</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/ImageSlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import ArrowRight from "../assets/feather/arrow-right.svg";
import CircleDot from "../assets/feather/circle.svg";
import Circle from "../assets/feather/disc.svg";

import image1 from "../assets/image-slider/slide1.png";
import image2 from "../assets/image-slider/slide2.png";
import image1 from "../assets/images/image-slider/slide1.png";
import image2 from "../assets/images/image-slider/slide2.png";

const SLIDER = [image1, image2];

Expand Down
2 changes: 1 addition & 1 deletion src/components/MainHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const MainHeader = () => {
<ul className="navbar-group">
<Link to="/AVASUS/">
<li className="navbar-group-item">
<img src="./src/assets/logo-small.png" alt="Logo AVASUS" />
<img src="/AVASUS/src/assets/images/logo-small.png" alt="Logo AVASUS" />
</li>
</Link>

Expand Down

0 comments on commit 91cf75e

Please sign in to comment.