Skip to content
Open
Changes from all commits
Commits
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 frontend/src/routes/home/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2214,7 +2214,7 @@
</label>
<label class="review-check">
<input type="checkbox" bind:checked={checkStartedOrUpdated} />
<span>I started this project later than August 2nd, 2026, or shipped a significant update to an old project</span>
<span>I started this project later than April 2nd, 2026, or shipped a significant update to an old project</span>
</label>
</div>

Expand Down
Loading