Skip to content

Commit 7397d71

Browse files
authored
🚨 fix warning: Use <a> within PText (#14)
Signed-off-by: Eduard Itrich <[email protected]> on-behalf-of: @porscheofficial <[email protected]>
1 parent 00c715d commit 7397d71

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

src/app/page.tsx

+3-14
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { Section } from "../components/02_molecules/section/section";
1717
import { Projects, News, Memberships } from "../types/general";
1818
import { Membership } from "../components/03_organisms/membership/Membership";
1919
import { Heading } from "../components/01_atoms/Heading";
20-
import { LinkPure } from "../components/01_atoms/LinkPure";
2120

2221
const Home: React.FC = () => {
2322
const projects: Projects = importProjects as Projects;
@@ -91,19 +90,9 @@ const Home: React.FC = () => {
9190
</Heading>
9291
<Textblock className={s.text}>
9392
<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.
10796
</Text>
10897
</Textblock>
10998
</Section>

0 commit comments

Comments
 (0)