Skip to content

Commit 58710c3

Browse files
committed
fix: backslash to forward slash in image path
1 parent d884e79 commit 58710c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/pages/Contribute.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const ContributePage = () => {
1818
If you ever need help with anything, just ask us in the <code>#general</code> channel on our Slack server.
1919
</p>
2020
<a href={"https://slack.metakgp.org"} className="slack-link">
21-
<img src="src\assets\slack_icon.webp" width={16} height={16} loading="lazy"/>
21+
<img src="src/assets/slack_icon.webp" width={16} height={16} loading="lazy"/>
2222
<p>Join the Slack!</p>
2323
</a>
2424
</div>

src/pages/DCPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function DCPage() {
1717
high speeds.
1818
</p>
1919
<figure className="dc-image-container">
20-
<img className="dc-image" src="src\assets\DC.webp" loading="lazy"/>
20+
<img className="dc-image" src="src/assets/DC.webp" loading="lazy"/>
2121
<figcaption>300TB+ of free data being shared on DC++</figcaption>
2222
</figure>
2323
<p className="description">

src/sections/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const HeroSection = () => {
2323
</Link>
2424
</div>
2525
<a href={"https://slack.metakgp.org"} className="slack-link">
26-
<img src="src\assets\slack_icon.webp" width={16} height={16} loading="lazy"/>
26+
<img src="src/assets/slack_icon.webp" width={16} height={16} loading="lazy"/>
2727
<p>Join Us!</p>
2828
</a>
2929
</div>

0 commit comments

Comments
 (0)