File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,21 @@ const config: Config = {
75
75
} ,
76
76
footer : {
77
77
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` ,
79
93
} ,
80
94
prism : {
81
95
theme : prismThemes . github ,
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ export default function Home(): React.JSX.Element {
41
41
< Link
42
42
href = "https://github.com/underctrl-io/commandkit"
43
43
className = "font-semibold bg-[#fc7993] py-2 px-4 rounded-full"
44
- // target="_blank"
45
- // rel="noopener noreferrer"
46
44
>
47
45
GitHub
48
46
</ Link >
You can’t perform that action at this time.
0 commit comments