Skip to content

Commit 27b0d0c

Browse files
committed
website: add netlify badge to footer
1 parent db3c033 commit 27b0d0c

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

apps/website/docusaurus.config.ts

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,21 @@ const config: Config = {
7575
},
7676
footer: {
7777
style: 'light',
78-
copyright: `MIT © ${new Date().getFullYear()} CommandKit`,
78+
copyright: `
79+
<a
80+
href="https://www.netlify.com"
81+
target="_blank"
82+
rel="noopener noreferrer"
83+
className="mx-auto"
84+
>
85+
<img
86+
src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg"
87+
alt="Deploys by Netlify"
88+
/>
89+
</a>
90+
<br/>
91+
<br/>
92+
MIT © ${new Date().getFullYear()} CommandKit`,
7993
},
8094
prism: {
8195
theme: prismThemes.github,

apps/website/src/pages/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ export default function Home(): React.JSX.Element {
4141
<Link
4242
href="https://github.com/underctrl-io/commandkit"
4343
className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full"
44-
// target="_blank"
45-
// rel="noopener noreferrer"
4644
>
4745
GitHub
4846
</Link>

0 commit comments

Comments
 (0)