@@ -111,34 +111,34 @@ export default function VersionIndex() {
111
111
keeping up with the latest releases.
112
112
</ div >
113
113
</ div >
114
- < div className = "grid items-center gap-2 justify-center grid-cols-2 w-[600px] max-w-full mx-auto" >
114
+ < div className = "grid items-center gap-2 justify-center grid-cols-1 sm:grid-cols- 2 w-[600px] max-w-full mx-auto" >
115
115
< Link
116
116
to = "/start/latest/docs/framework/react/examples/start-basic"
117
- className = { ` flex items-center gap-2 py-2 px-4 bg-cyan-900 rounded text-white uppercase font-extrabold` }
117
+ className = " flex items-center gap-2 py-2 px-4 bg-cyan-900 rounded text-white uppercase font-extrabold"
118
118
>
119
- < VscPreview /> See an Example
119
+ < VscPreview className = "min-w-4" /> See an Example
120
120
</ Link >
121
121
< Link
122
122
to = "/start/latest/docs/framework/react/overview"
123
- className = { ` flex items-center gap-2 py-2 px-4 bg-cyan-800 rounded text-white uppercase font-extrabold` }
123
+ className = " flex items-center gap-2 py-2 px-4 bg-cyan-800 rounded text-white uppercase font-extrabold"
124
124
>
125
- < FaBook /> Try the BETA
125
+ < FaBook className = "min-w-4" /> Try the BETA
126
126
</ Link >
127
127
< a
128
128
href = { `https://github.com/tanstack/tanstack.com` }
129
129
className = { `flex items-center gap-2 py-2 px-4 bg-cyan-700 rounded text-white uppercase font-extrabold` }
130
130
>
131
- < FaGithub /> TanStack.com Source
131
+ < FaGithub className = "min-w-4" /> TanStack.com Source
132
132
</ a >
133
133
< a
134
134
href = { `https://twitter.com/intent/post?text=${ encodeURIComponent (
135
135
`TanStack Start is in BETA! It's a new full-stack React framework from @Tan_Stack and you can check it out at https://tanstack.com/start/`
136
136
) } `}
137
137
target = "_blank"
138
- className = { ` flex items-center gap-2 py-2 px-4 bg-cyan-500 rounded text-white uppercase font-extrabold` }
138
+ className = " flex items-center gap-2 py-2 px-4 bg-cyan-500 rounded text-white uppercase font-extrabold"
139
139
rel = "noreferrer"
140
140
>
141
- < FaTwitter /> Tweet about it!
141
+ < FaTwitter className = "min-w-4" /> Tweet about it!
142
142
</ a > { ' ' }
143
143
</ div >
144
144
</ div >
0 commit comments