Skip to content

Commit

Permalink
Stop/change hardcoding of stuff to make it easier (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Jun 11, 2024
1 parent ee93361 commit 61fb2ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const { title } = Astro.props
<span>StopMalwareContent</span>
</a>
<div class="links">
<a href="/">About</a>
<a href="/sites">Sites</a>
<a href="/extension">Extension</a>
<a href="./">About</a>
<a href="./sites">Sites</a>
<a href="./extension">Extension</a>
</div>
</nav>
<main>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/extension.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Layout from "../layouts/Layout.astro"
target="_blank"
rel="noopener noreferer">
<Image
src="/assets/firefox-badge.webp"
src="https://raw.githubusercontent.com/StopMalwareContent/StopMalwareContent-Website/main/public/assets/firefox-badge.webp"
alt="Get the Add-on"
width="172"
height="60"
Expand All @@ -21,7 +21,7 @@ import Layout from "../layouts/Layout.astro"
target="_blank"
rel="noopener noreferer">
<Image
src="/assets/chrome-badge.webp"
src="https://raw.githubusercontent.com/StopMalwareContent/StopMalwareContent-Website/main/public/assets/chrome-badge.webp"
alt="Get the Addon"
width="496"
height="150"
Expand Down

0 comments on commit 61fb2ef

Please sign in to comment.