File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ Simple, immersive and interactive charts for React
11
11
<a href =" https://bundlephobia.com/result?p=react-charts " target =" \_parent " >
12
12
<img alt =" " src =" https://badgen.net/bundlephobia/minzip/react-charts " />
13
13
</a >
14
- <a href =" https://spectrum.chat/react-charts " >
15
- <img alt =" Join the community on Spectrum " src =" https://withspectrum.github .io/badge/badge.svg " />
14
+ <a href =" https://discord.com/invite/WrRKjPJ " target = " \_parent " >
15
+ <img alt =" " src =" https://img.shields .io/badge/Discord-TanStack-%235865F2 " />
16
16
</a >
17
17
<a href =" https://github.com/react-charts/react-charts " target =" \_parent " >
18
18
<img alt =" " src =" https://img.shields.io/github/stars/react-charts/react-charts.svg?style=social&label=Star " />
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ const Home = props => {
185
185
< h3 className = "text-center text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl sm:leading-10 lg:leading-none mt-8" >
186
186
Sponsors
187
187
</ h3 >
188
- < div className = "py-4 flex flex-wrap max-w-screen-md mx-auto" >
188
+ < div className = "py-4 flex flex-wrap mx-auto" style = { { maxWidth : '95%' } } >
189
189
< ParentSize >
190
190
{ ( { width } ) => {
191
191
return (
You can’t perform that action at this time.
0 commit comments