@@ -47,94 +47,110 @@ export const CompleteFooter: Story = {
47
47
< div className = "gi-col-span-4 md:gi-col-span-4 lg:gi-col-span-3" >
48
48
< SectionBreak color = "gi-border-gray-100" size = "md" />
49
49
< h3 className = "gi-heading-sm gi-mb-4" > Services</ h3 >
50
- < List
51
- items = { [
50
+ < ul className = "gi-space-y-2" >
51
+ < li >
52
52
< Anchor
53
53
href = "/services/public-services"
54
54
aria-label = "Public Services"
55
55
>
56
56
Public Services
57
- </ Anchor > ,
57
+ </ Anchor >
58
+ </ li >
59
+ < li >
58
60
< Anchor
59
61
href = "/services/business-services"
60
62
aria-label = "Business Services"
61
63
>
62
64
Business Services
63
- </ Anchor > ,
65
+ </ Anchor >
66
+ </ li >
67
+ < li >
64
68
< Anchor
65
69
href = "/services/online-services"
66
70
aria-label = "Online Services"
67
71
>
68
72
Online Services
69
- </ Anchor > ,
70
- ] }
71
- / >
73
+ </ Anchor >
74
+ </ li >
75
+ </ ul >
72
76
</ div >
73
77
< div className = "gi-col-span-4 md:gi-col-span-4 lg:gi-col-span-3" >
74
78
< SectionBreak color = "gi-border-gray-100" size = "md" />
75
79
< h3 className = "gi-heading-sm gi-mb-4" > Departments</ h3 >
76
- < List
77
- items = { [
80
+ < ul className = "gi-space-y-2" >
81
+ < li >
78
82
< Anchor
79
83
href = "/departments/health"
80
84
aria-label = "Department of Health"
81
85
>
82
86
Department of Health
83
- </ Anchor > ,
87
+ </ Anchor >
88
+ </ li >
89
+ < li >
84
90
< Anchor
85
91
href = "/departments/education"
86
92
aria-label = "Department of Education"
87
93
>
88
94
Department of Education
89
- </ Anchor > ,
95
+ </ Anchor >
96
+ </ li >
97
+ < li >
90
98
< Anchor
91
99
href = "/departments/finance"
92
100
aria-label = "Department of Finance"
93
101
>
94
102
Department of Finance
95
- </ Anchor > ,
96
- ] }
97
- / >
103
+ </ Anchor >
104
+ </ li >
105
+ </ ul >
98
106
</ div >
99
107
< div className = "gi-col-span-4 md:gi-col-span-4 lg:gi-col-span-3" >
100
108
< SectionBreak color = "gi-border-gray-100" size = "md" />
101
109
< h3 className = "gi-heading-sm gi-mb-4" > Publications</ h3 >
102
- < List
103
- items = { [
110
+ < ul className = "gi-space-y-2" >
111
+ < li >
104
112
< Anchor href = "/publications/reports" aria-label = "Reports" >
105
113
Reports
106
- </ Anchor > ,
114
+ </ Anchor >
115
+ </ li >
116
+ < li >
107
117
< Anchor href = "/publications/statistics" aria-label = "Statistics" >
108
118
Statistics
109
- </ Anchor > ,
119
+ </ Anchor >
120
+ </ li >
121
+ < li >
110
122
< Anchor href = "/publications/legislation" aria-label = "Legislation" >
111
123
Legislation
112
- </ Anchor > ,
113
- ] }
114
- / >
124
+ </ Anchor >
125
+ </ li >
126
+ </ ul >
115
127
</ div >
116
128
< div className = "gi-col-span-4 md:gi-col-span-4 lg:gi-col-span-3" >
117
129
< SectionBreak color = "gi-border-gray-100" size = "md" />
118
130
< h3 className = "gi-heading-sm gi-mb-4" > Contact</ h3 >
119
- < List
120
- items = { [
131
+ < ul className = "gi-space-y-2" >
132
+ < li >
121
133
< Anchor
122
134
href = "/contact/find-an-office"
123
135
aria-label = "Find an Office"
124
136
>
125
137
Find an Office
126
- </ Anchor > ,
138
+ </ Anchor >
139
+ </ li >
140
+ < li >
127
141
< Anchor
128
142
href = "/contact/phone-directory"
129
143
aria-label = "Phone Directory"
130
144
>
131
145
Phone Directory
132
- </ Anchor > ,
146
+ </ Anchor >
147
+ </ li >
148
+ < li >
133
149
< Anchor href = "/contact/feedback" aria-label = "Feedback" >
134
150
Feedback
135
- </ Anchor > ,
136
- ] }
137
- / >
151
+ </ Anchor >
152
+ </ li >
153
+ </ ul >
138
154
</ div >
139
155
</ div >
140
156
) ,
0 commit comments