File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import { Section } from "../components/02_molecules/section/section";
17
17
import { Projects , News , Memberships } from "../types/general" ;
18
18
import { Membership } from "../components/03_organisms/membership/Membership" ;
19
19
import { Heading } from "../components/01_atoms/Heading" ;
20
- import { LinkButton } from "../components/01_atoms/LinkButton " ;
20
+ import { LinkPure } from "../components/01_atoms/LinkPure " ;
21
21
22
22
const Home : React . FC = ( ) => {
23
23
const projects : Projects = importProjects as Projects ;
@@ -41,7 +41,6 @@ const Home: React.FC = () => {
41
41
borders.
42
42
</ Text >
43
43
</ Textblock >
44
-
45
44
< FOSSMovement />
46
45
</ Section >
47
46
< Section id = "projects" grid = { false } >
@@ -92,14 +91,21 @@ const Home: React.FC = () => {
92
91
</ Heading >
93
92
< Textblock className = { s . text } >
94
93
< Text theme = "dark" size = "medium" align = "center" >
95
- Our growing documentation provides transparency on how Porsche is
96
- contributing to open source and the standards we are endorsing for
97
- new projects to foster healthy communities.
94
+ Our{ " " }
95
+ < LinkPure
96
+ theme = "dark"
97
+ underline
98
+ icon = "none"
99
+ size = "medium"
100
+ href = "/docs"
101
+ >
102
+ growing documentation
103
+ </ LinkPure > { " " }
104
+ provides transparency on how Porsche is contributing to open source
105
+ and the standards we are endorsing for new projects to foster
106
+ healthy communities.
98
107
</ Text >
99
108
</ Textblock >
100
- < LinkButton href = "/docs" theme = "dark" className = { s . cta } >
101
- Read documentation
102
- </ LinkButton >
103
109
</ Section >
104
110
< Section id = "memberships" className = { s . memberships } >
105
111
{ memberships . items . map ( ( membership ) => (
You can’t perform that action at this time.
0 commit comments