Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitrrine committed Jun 11, 2024
1 parent 4cf2945 commit a29491d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { title } = Astro.props
name="description"
content="Stop Malware Content is a browser extension that blocks harmful or potentially unwanted websites. Available for Mozilla Firefox and Google Chrome."
/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
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="/src/assets/firefox-badge.webp"
src="/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="/src/assets/chrome-badge.webp"
src="/public/assets/chrome-badge.webp"
alt="Get the Addon"
width="496"
height="150"
Expand Down

0 comments on commit a29491d

Please sign in to comment.