Skip to content

Commit c564744

Browse files
authored
fix: contribute donate button rendering (#8186)
1 parent 99b73ea commit c564744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/contribute/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ contributors:
1313

1414
The people who contribute to webpack do so for the love of open source, our users and ecosystem, and most importantly, pushing the web forward together. Because of our [Open Collective](https://opencollective.com/webpack) model for funding and transparency, we are able to funnel support and funds through contributors, dependent projects, and the contributor and core teams. To make a donation, click the button below...
1515

16-
<div align="center">
16+
<div className="flex justify-center">
1717

1818
<a
1919
href="https://opencollective.com/webpack/donate"
2020
target="_blank"
21-
rel="noopenner noreferrer"
21+
rel="noopener noreferrer"
2222
>
2323
<img
2424
src="https://opencollective.com/webpack/donate/button@2x.png?color=blue"

0 commit comments

Comments
 (0)