Small copy adjustment on the new or sign in screen.

This commit is contained in:
Jason Fried
2025-11-17 13:14:12 -08:00
parent 695037c7ee
commit 8534584052
+2 -2
View File
@@ -1,7 +1,7 @@
<% @page_title = "Enter your email" %>
<div class="panel panel--centered flex flex-column gap-half">
<h1 class="txt-x-large font-weight-black margin-block-end">Lets get you in to Fizzy</h1>
<h1 class="txt-x-large font-weight-black margin-block-end">Get into Fizzy</h1>
<%= form_with url: session_path, class: "flex flex-column gap-half txt-medium" do |form| %>
<div class="flex align-center gap">
@@ -10,7 +10,7 @@
</label>
</div>
<p>If youve already got an account well get you signed in. If youre new here, well set you up with your own Fizzy account.</p>
<p><strong>New here?</strong> Enter your email to create an account. <strong>Already have an account?</strong> Enter your email and we'll get you signed in.</p>
<button type="submit" id="log_in" class="btn btn--link center txt-medium">
<span>Lets go</span>