Skip to content

Commit 588919d

Browse files
committed
fix: don't lead directly to pre-selected amount on OC donation links
1 parent 1ddad2e commit 588919d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/frontend/posts/blog/2025-12-31_song-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can expect these features to start rolling out in the next few months. Stay
4040

4141
This year couldn't have been more amazing. We've reached over **two thousand songs** uploaded to Note Block World, and held our **second community-wide [collaboration event](http://localhost:3000/blog/maestro's-musical-masterpieces)** with the creators of [M.A.E.S.T.R.O.](https://noteblock.world/blog/maestro), which had over **30 submissions** spanning **over 90 minutes of music!** And there was even time for a bonus feature before closing off this year! 🎁
4242

43-
Thank you to everyone who visited the website, shared music with their friends, submitted their own creations, or even [donated](https://opencollective.com/opennbs/donate/profile) to help us keep the website running. **Our community is at the core of everything we do, and the reason why we're excited to keep working on cool things everyday!**
43+
Thank you to everyone who visited the website, shared music with their friends, submitted their own creations, or even [donated](https://opencollective.com/opennbs/donate) to help us keep the website running. **Our community is at the core of everything we do, and the reason why we're excited to keep working on cool things everyday!**
4444

4545
We wish everyone an **incredible 2026**, full of achievements and amazing moments. We'll certainly work hard to make sure it is a wonderful year for Note Block World — especially as it will mark **Note Block Studio's 15th Anniversary!** Stay tuned for the many cool things we're planning to celebrate this remarkable moment in the history of note blocks.
4646

apps/frontend/src/modules/browse/WelcomeBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export const WelcomeBanner = () => {
7171
</Link>
7272
{' • '}
7373
<Link
74-
href='https://opencollective.com/opennbs/donate/profile'
74+
href='https://opencollective.com/opennbs/donate'
7575
className='text-blue-400 hover:text-blue-300'
7676
>
7777
Donate

apps/frontend/src/modules/shared/components/layout/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export function Footer() {
3535
{/* <FooterIcon icon={faEnvelope} href='mailto:opennbs@gmail.com' /> */}
3636
<FooterIcon
3737
icon={faHeart}
38-
href='https://opencollective.com/OpenNBS/donate/profile'
38+
href='https://opencollective.com/OpenNBS/donate'
3939
/>
4040
</div>
4141

apps/frontend/src/modules/shared/components/layout/SettingsMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export function SettingsMenu() {
4444
external
4545
/>
4646
<UserMenuLink
47-
href='https://opencollective.com/opennbs/donate/profile'
47+
href='https://opencollective.com/opennbs/donate'
4848
icon={faHeart}
4949
label='Donate'
5050
external

0 commit comments

Comments
 (0)