File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -134,15 +134,23 @@ const UIKitPage = (props) => {
134
134
</ div >
135
135
</ div >
136
136
137
- < div className = "flex flex-column md:flex-row gap-4 md:gap-8 mb-5" >
137
+ < div className = "flex flex-column md:flex-row gap-6 md:gap-6 mb-5" >
138
138
< a
139
- href = "https://www.figma.com/design/zSNx4gzCQBanAoT3fMRlhH /Preview-%7C-PrimeOne- %7C-3.0?node-id=806-36648 & t = guCqX6GemTXw9rhG - 1 "
139
+ href = "https://www.figma.com/design/G855HjuSyK8viJr0a5ZjRG /Preview-%7C%C2%A0PrimeOne- %7C-3.0.1 ?node-id=830-41631 & t = m1MbOTTqKsBSRBLS - 1 "
140
140
className = "p-5 w-full md:w-6 bg-white flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
141
141
style = { { borderRadius : '50px' } }
142
142
>
143
143
< span className = "text-gray-900 text-4xl font-bold mb-5" > Preview</ span >
144
144
< img alt = "Figma Light" src = "https://primefaces.org/cdn/primereact/images/uikit/logo-figma-light.svg" className = "w-4rem" />
145
145
</ a >
146
+ < a
147
+ href = "https://www.figma.com/design/XBQzDl4vDOO0pyxEGYcICt/Preview-%7C%C2%A0Dark-%7C-PrimeOne-%7C-3.0.1?node-id=806-36648& t = 7 AME0kw905t3PVVY - 1 "
148
+ className = "p-5 w-full md:w-6 bg-gray-900 flex flex-column align-items-center border-2 border-transparent hover:border-primary transition-colors transition-duration-300"
149
+ style = { { borderRadius : '50px' } }
150
+ >
151
+ < span className = "text-white text-4xl font-bold mb-5" > Preview Dark</ span >
152
+ < img alt = "Figma Dark" src = "https://primefaces.org/cdn/primereact/images/uikit/logo-figma-dark.svg" className = "w-4rem" />
153
+ </ a >
146
154
</ div >
147
155
148
156
< div className = "card mb-5" style = { { borderRadius : '50px' } } >
You can’t perform that action at this time.
0 commit comments