Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/react-tools/react-charts in…
Browse files Browse the repository at this point in the history
…to beta
  • Loading branch information
tannerlinsley committed Nov 21, 2021
2 parents c4d2849 + 3f253e9 commit 8d45051
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Simple, immersive and interactive charts for React
<a href="https://bundlephobia.com/result?p=react-charts" target="\_parent">
<img alt="" src="https://badgen.net/bundlephobia/minzip/react-charts" />
</a>
<a href="https://spectrum.chat/react-charts">
<img alt="Join the community on Spectrum" src="https://withspectrum.github.io/badge/badge.svg" />
<a href="https://discord.com/invite/WrRKjPJ" target="\_parent">
<img alt="" src="https://img.shields.io/badge/Discord-TanStack-%235865F2" />
</a>
<a href="https://github.com/react-charts/react-charts" target="\_parent">
<img alt="" src="https://img.shields.io/github/stars/react-charts/react-charts.svg?style=social&label=Star" />
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const Home = props => {
<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">
Sponsors
</h3>
<div className="py-4 flex flex-wrap max-w-screen-md mx-auto">
<div className="py-4 flex flex-wrap mx-auto" style={{ maxWidth: '95%' }}>
<ParentSize>
{({ width }) => {
return (
Expand Down

1 comment on commit 8d45051

@vercel
Copy link

@vercel vercel bot commented on 8d45051 Nov 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.