Skip to content

Commit f0ef5fc

Browse files
authored
Remove reference to netlify (#550)
now powered: - by cloudflare pages for PR previews, and - by AWS S3/cloudfront for apex domain.
1 parent 45537ca commit f0ef5fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/theme/Footer/Layout/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export default function FooterLayout({ style, links, logo, copyright }) {
1010
<Logo className="invertable w-36 h-36 mr-12 mt-4 inline-block opacity-10"></Logo>
1111
{copyright}
1212
<div className="mt-1 text-sm text-neutral-500/60">Built with Docusaurus</div>
13-
<a className="mt-1 text-sm text-neutral-500/60 font-bold hover:text-teal-500 no-underline duration-300" href="https://www.netlify.com">
14-
This site is powered by Netlify
15-
</a>
1613
<div className="mt-1 text-sm text-neutral-500/60">
1714
made with <span className="text-red-500">❤️</span> by{' '}
1815
<a className="font-bold hover:text-emerald-500 no-underline duration-300" href="https://github.com/vitroidfpv">

0 commit comments

Comments
 (0)