Skip to content

Commit 203f5b3

Browse files
committed
Change provider in Footer
1 parent dcfdcc4 commit 203f5b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/astro/components/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const currentYear = new Date().getFullYear();
2525
<small
2626
>Powered by
2727
<a
28-
href="https://www.netlify.com/"
28+
href="https://www.cloudflare.com/"
2929
rel="noopener noreferrer nofollow"
30-
target="_blank">Netlify</a
30+
target="_blank">Cloudflare</a
3131
>{', '}
3232
<a
3333
href="https://astro.build/"

0 commit comments

Comments
 (0)