Skip to content

Commit

Permalink
Merge branch 'develop' into 970-update-homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
iamitprakash authored Jan 6, 2025
2 parents 84ba5d2 + 44b5e7a commit c7936b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/components/join-section.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,13 @@
{{!-- If something goes wrong, we can enable a flag to restore previous behaviour --}}
{{!-- TODO: Clean up by Jan, 2025 --}}
<p data-test-join-later-text class='join__later-text'>

{{#if this.isDevMode}}
We're currently not accepting new applications. Please check back in 2024.
We're currently not accepting new applications. Please check back in 2025.
{{else}}
<NoticeForJoining />
{{/if}}
</p>

</section>
{{/if}}
1 change: 1 addition & 0 deletions app/templates/subscribe.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
</div>
{{else}}
<h1>Join the Real Dev Squad Community</h1>

<p class="notification__text">
{{!-- NOTE: This has the new code on feature flag off. --}}
{{!-- If something goes wrong, we can enable a flag to restore previous behaviour --}}
Expand Down

0 comments on commit c7936b0

Please sign in to comment.