File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ function Footer() {
112
112
< MiniFooterBottom >
113
113
< LegalCopyright >
114
114
Copyright © { currentYear } { ' ' }
115
- < a href = "https://codeedit.app" > CodeEdit. </ a > All rights reserved.
115
+ < a href = "https://codeedit.app" > CodeEdit</ a > . All rights reserved.
116
116
</ LegalCopyright >
117
117
< LegalLinks >
118
118
{ /* <LegalLink href="/legal/tos">
@@ -122,7 +122,7 @@ function Footer() {
122
122
Privacy Policy
123
123
</LegalLink> */ }
124
124
< LegalLink href = { links . license } >
125
- Lincense
125
+ License
126
126
</ LegalLink >
127
127
</ LegalLinks >
128
128
</ MiniFooterBottom >
Original file line number Diff line number Diff line change @@ -10,15 +10,12 @@ import FeaturesSection from './sections/FeaturesSection';
10
10
import CtaSection from './sections/CtaSection' ;
11
11
12
12
import SampleStorySection from './sections/SampleStorySection' ;
13
+ import links from '@/data/links' ;
13
14
14
15
export default function HomePage ( ) {
15
16
return (
16
17
< div >
17
- < Ribbon
18
- onClick = { ( ) => {
19
- window . open ( 'https://github.com/orgs/CodeEditApp/projects/3' ) ;
20
- } }
21
- >
18
+ < Ribbon onClick = { ( ) => window . open ( links . githubProject ) } >
22
19
CodeEdit is currently in development. Check out the roadmap.
23
20
</ Ribbon >
24
21
< HeroSection />
Original file line number Diff line number Diff line change
1
+ import links from '@/data/links' ;
2
+
1
3
const navigation = [
2
4
{
3
5
href : '/' ,
@@ -20,7 +22,7 @@ const navigation = [
20
22
// label: 'Extensions',
21
23
// },
22
24
{
23
- href : 'https://github.com/CodeEditApp/CodeEdit' ,
25
+ href : links . githubRepo ,
24
26
label : 'GitHub' ,
25
27
} ,
26
28
] ;
You can’t perform that action at this time.
0 commit comments