Commit 7397d71 1 parent 00c715d commit 7397d71 Copy full SHA for 7397d71
File tree 1 file changed +3
-14
lines changed
1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ 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 { LinkPure } from "../components/01_atoms/LinkPure" ;
21
20
22
21
const Home : React . FC = ( ) => {
23
22
const projects : Projects = importProjects as Projects ;
@@ -91,19 +90,9 @@ const Home: React.FC = () => {
91
90
</ Heading >
92
91
< Textblock className = { s . text } >
93
92
< Text theme = "dark" size = "medium" align = "center" >
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.
93
+ Our < a href = "/docs" > growing documentation</ a > provides transparency
94
+ on how Porsche is contributing to open source and the standards we
95
+ are endorsing for new projects to foster healthy communities.
107
96
</ Text >
108
97
</ Textblock >
109
98
</ Section >
You can’t perform that action at this time.
0 commit comments