Skip to content

Commit

Permalink
fix cell three img file path
Browse files Browse the repository at this point in the history
  • Loading branch information
kewlinnn committed Jan 25, 2025
1 parent b5b4066 commit 684e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Social Media <span>10x</span> <em>Faster</em> with AI</h1>
</div>
<div id="cell-three">
<h3>Schedule to social media.</h3>
<img src="/assets/images/illustration-schedule-posts.webp" alt="schedule post image">
<img src="./assets/images/illustration-schedule-posts.webp" alt="schedule post image">
<p>Optimize post timings to publish content at the perfect time for your audience.</p>
</div>
<div id="cell-four">
Expand Down

0 comments on commit 684e3b1

Please sign in to comment.