Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
076ee4e
fix: improve timeline input , ui improvement and fixes for participat…
Benjtalkshow Mar 4, 2026
6a457cd
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 4, 2026
f660875
fix: implement 2fa for email and password login
Benjtalkshow Mar 5, 2026
5460d20
fix: fix conflict
Benjtalkshow Mar 5, 2026
7b8308d
fix: fix conflict
Benjtalkshow Mar 5, 2026
31adf9f
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 5, 2026
b6122c4
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 5, 2026
7e57ddb
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 5, 2026
156b0a8
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 6, 2026
a6599eb
fix: fix submission form
Benjtalkshow Mar 6, 2026
f24e050
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 6, 2026
222cd45
fix: fix hackathon submission and participant page
Benjtalkshow Mar 7, 2026
acad424
fix: fix hackathon submission and participant page
Benjtalkshow Mar 7, 2026
efda241
fix: fix auto refresh ib submission page
Benjtalkshow Mar 7, 2026
310a353
fix: fix conflict
Benjtalkshow Mar 7, 2026
dffd842
fix: hackathon submission fixes
Benjtalkshow Mar 8, 2026
a2ddd1d
fix: fix coderabbit corrections
Benjtalkshow Mar 9, 2026
08b85d2
fix: fix coderabbit corrections
Benjtalkshow Mar 9, 2026
db84066
chore: write boundless on x challenge blog
Benjtalkshow Mar 9, 2026
07467e7
fix: remove blog
Benjtalkshow Mar 9, 2026
aee1c22
chore: add blog content
Benjtalkshow Mar 9, 2026
7cd4494
Merge branch 'main' of https://github.com/Benjtalkshow/boundless into…
Benjtalkshow Mar 9, 2026
aee74f9
fix: fix broken blog image and notification redirect
Benjtalkshow Mar 9, 2026
7350e10
fix: fix conflict
Benjtalkshow Mar 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/notifications/NotificationDropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ export const NotificationDropdown = ({
</button>
)}
<Link
href='/notifications'
href='/me/notifications'
className='text-primary hover:text-primary/80 ml-auto text-xs font-medium transition-colors'
onClick={onClose}
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'What Do You Know About Boundless? The X Challenge'
excerpt: 'Whether you’re a builder, creator, or meme-lover, the Boundless on X Challenge is your chance to explain the platform in your own words. Share your thoughts and win a share of the $100 USDC prize pool!'
coverImage: 'https://pbs.twimg.com/media/HCwbCFTWoAAdJkq?format=jpg&name=900x900'
coverImage: 'https://res.cloudinary.com/dmsphf4d3/image/upload/v1773048379/boundless-on-x.webp'
publishedAt: '2026-03-09'
author:
name: 'Boundless Team'
Expand Down
Loading