Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apacjessie committed Apr 27, 2024
1 parent 235f728 commit 0daff91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Templates/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const About = () => {
<>
<div
style={{
backgroundImage: "url(/landing-page-assets/about-image.png)",
backgroundImage: "url(./landing-page-assets/about-image.png)",
backgroundRepeat: "no-repeat",
backgroundPosition: "right",
}}
Expand All @@ -25,8 +25,8 @@ const About = () => {
</p>

<div className="flex gap-5">
<img src="logo.png" className="aspect-square w-20 md:w-24" />
<img src="logo2.png" className="aspect-square w-20 md:w-24" />
<img src="./logo.png" className="aspect-square w-20 md:w-24" />
<img src="./logo2.png" className="aspect-square w-20 md:w-24" />
</div>
{/* <img */}
{/* src="/landing-page-assets/about-image.png" */}
Expand Down

0 comments on commit 0daff91

Please sign in to comment.