Skip to content

Commit

Permalink
fix: add login redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyhuman committed Jun 19, 2023
1 parent a088150 commit c18a42b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/index.edge
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@

<r-grid columns=6>
<r-cell span=2 span-s=row>
<h1>Hello</h1>
<h1>Your App</h1>
</r-cell>
<r-cell span=row>
<a href="/login">Login &rarr;</a>
</r-cell>
</r-grid>

Expand Down

0 comments on commit c18a42b

Please sign in to comment.