Skip to content

Commit

Permalink
widget fix attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
euanwm committed Mar 1, 2025
1 parent ad1c5bd commit 41e4a2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export default function Document() {
<Html lang="en">
<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 us on Buy me a coffee!" data-message="" data-color="#00B0F0" data-position="Right" data-x_margin="18" data-y_margin="18" />
<Main />
<body className="min-h-screen bg-background font-sans antialiased">
<Main />
<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 us on Buy me a coffee!" data-message="" data-color="#00B0F0" data-position="Right" data-x_margin="18" data-y_margin="18" />
<NextScript />
</body>
</Html>
Expand Down

0 comments on commit 41e4a2a

Please sign in to comment.