Skip to content

Commit fa86090

Browse files
fix(docs): Change Netlify badge URL to avoid 404 (#3490)
1 parent f9e2281 commit fa86090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/components/footer/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ const { title } = Astro.props
298298
<p class="px-gridmargin px-md-none">
299299
<a href="https://www.netlify.com" target="_blank" rel="noopener">
300300
<img
301-
src="https://www.netlify.com/img/global/badges/netlify-dark.svg"
301+
src="https://www.netlify.com/assets/badges/netlify-badge-dark.svg"
302302
alt="Deployed by Netlify"
303303
width="89"
304304
height="40"

0 commit comments

Comments
 (0)