Skip to content

Commit

Permalink
website: add netlify badge to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
notunderctrl committed Dec 17, 2024
1 parent db3c033 commit 27b0d0c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 15 additions & 1 deletion apps/website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,21 @@ const config: Config = {
},
footer: {
style: 'light',
copyright: `MIT © ${new Date().getFullYear()} CommandKit`,
copyright: `
<a
href="https://www.netlify.com"
target="_blank"
rel="noopener noreferrer"
className="mx-auto"
>
<img
src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg"
alt="Deploys by Netlify"
/>
</a>
<br/>
<br/>
MIT © ${new Date().getFullYear()} CommandKit`,
},
prism: {
theme: prismThemes.github,
Expand Down
2 changes: 0 additions & 2 deletions apps/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export default function Home(): React.JSX.Element {
<Link
href="https://github.com/underctrl-io/commandkit"
className="font-semibold bg-[#fc7993] py-2 px-4 rounded-full"
// target="_blank"
// rel="noopener noreferrer"
>
GitHub
</Link>
Expand Down

0 comments on commit 27b0d0c

Please sign in to comment.