We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3fda7 commit cf254e3Copy full SHA for cf254e3
1 file changed
src/components/footer.mjs
@@ -8,7 +8,7 @@ export function renderFooter() {
8
9
<p class="cssdb-deploys">
10
<a href="https://www.netlify.com" target="_blank" rel="noreferrer" class="cssdb-deploys__logo">
11
- <img src="https://www.netlify.com/img/global/badges/netlify-color-accent.svg" alt="Deploys by Netlify" loading="lazy" decoding="async" width="114" height="51" />
+ <img src="https://www.netlify.com/assets/badges/netlify-badge-dark.svg" alt="Deploys by Netlify" loading="lazy" decoding="async" width="114" height="51" />
12
</a>
13
</p>
14
</footer>
0 commit comments