Skip to content

Commit

Permalink
Merge pull request #279 from AndrewCS149/staging
Browse files Browse the repository at this point in the history
staging
  • Loading branch information
The-DevBlog authored Jul 7, 2024
2 parents 1959fe4 + 731790f commit ba950ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ pub fn home() -> Html {
if !store.authenticated {
<div class="signup-prompt">
<Link<Route> to={Route::SignUp}>
<span>{"Join the Party. Sign up!"}</span>
<span>{"Join the community. Sign up!"}</span>
</Link<Route>>
</div>
<div class="subscribe-prompt">
Expand Down

0 comments on commit ba950ce

Please sign in to comment.