Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions components/forms/sign-in/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="lh-copy mt3">
<a href="#0" class="f6 link dim black db">Sign up</a>
<a href="#0" class="f6 link dim black db">Forgot yor password?</a>
<a href="#0" class="f6 link dim black db">Forgot your password?</a>
</div>
</form>
</main>
Expand Down Expand Up @@ -77,7 +77,7 @@ <h2 class="f5">HTML</h2>
&lt;/div&gt;
&lt;div class=&quot;lh-copy mt3&quot;&gt;
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Sign up&lt;/a&gt;
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Forgot yor password?&lt;/a&gt;
&lt;a href=&quot;#0&quot; class=&quot;f6 link dim black db&quot;&gt;Forgot your password?&lt;/a&gt;
&lt;/div&gt;
&lt;/form&gt;
&lt;/main&gt;
Expand Down
2 changes: 1 addition & 1 deletion src/components/forms/sign-in.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</div>
<div class="lh-copy mt3">
<a href="#0" class="f6 link dim black db">Sign up</a>
<a href="#0" class="f6 link dim black db">Forgot yor password?</a>
<a href="#0" class="f6 link dim black db">Forgot your password?</a>
</div>
</form>
</main>