Skip to content

Commit

Permalink
Merge pull request #432 from euanwm/feature/add_buy_us_a_coffee
Browse files Browse the repository at this point in the history
added bmac widget code to top level
  • Loading branch information
euanwm authored Mar 1, 2025
2 parents a40532b + c252c71 commit 2d26469
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default function Document() {
<Head />
<title>OpenWeightlifting</title>
<body className="min-h-screen bg-background font-sans antialiased">
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="openweightlifting" data-description="Support me on Buy me a coffee!" data-message="" data-color="#5F7FFF" data-position="Right" data-x_margin="18" data-y_margin="18" async />
<Main />
<NextScript />
</body>
Expand Down

0 comments on commit 2d26469

Please sign in to comment.