@@ -29,44 +29,35 @@ function HomePage({}: Props) {
2929 </ div >
3030
3131 < div className = { styles . EntryPoints } >
32- < Link href = "/foundations" >
33- < a className = { styles . EntryPoint } >
34- < h3 > Foundations</ h3 >
35- < p >
36- Fundamental design guidance for creating quality admin
37- experiences
38- </ p >
39- </ a >
32+ < Link href = "/foundations" className = { styles . EntryPoint } >
33+ < h3 > Foundations</ h3 >
34+ < p >
35+ Fundamental design guidance for creating quality admin experiences
36+ </ p >
4037 </ Link >
4138
42- < Link href = "/components" >
43- < a className = { styles . EntryPoint } >
44- < h3 > Components</ h3 >
45- < p >
46- Reusable elements and styles, packaged through code, for
47- building admin interfaces
48- </ p >
49- </ a >
39+ < Link href = "/components" className = { styles . EntryPoint } >
40+ < h3 > Components</ h3 >
41+ < p >
42+ Reusable elements and styles, packaged through code, for building
43+ admin interfaces
44+ </ p >
5045 </ Link >
5146
52- < Link href = "/tokens/colors" >
53- < a className = { styles . EntryPoint } >
54- < h3 > Tokens</ h3 >
55- < p >
56- Coded names that represent design decisions for color, spacing,
57- typography, and more
58- </ p >
59- </ a >
47+ < Link href = "/tokens/colors" className = { styles . EntryPoint } >
48+ < h3 > Tokens</ h3 >
49+ < p >
50+ Coded names that represent design decisions for color, spacing,
51+ typography, and more
52+ </ p >
6053 </ Link >
6154
62- < Link href = "/icons" >
63- < a className = { styles . EntryPoint } >
64- < h3 > Icons</ h3 >
65- < p >
66- Over 400 carefully designed icons focused on commerce and
67- entrepreneurship
68- </ p >
69- </ a >
55+ < Link href = "/icons" className = { styles . EntryPoint } >
56+ < h3 > Icons</ h3 >
57+ < p >
58+ Over 400 carefully designed icons focused on commerce and
59+ entrepreneurship
60+ </ p >
7061 </ Link >
7162 </ div >
7263
0 commit comments