Skip to content

Commit

Permalink
make page loading correct
Browse files Browse the repository at this point in the history
  • Loading branch information
julian9499 committed Aug 21, 2023
1 parent 1e6a3ae commit 86645bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,8 @@
</div>
</section>

<section class="section has-text-centered" id="login">
<a class="button is-large is-link is-outlined" href="/auth/connect/login">Log in with CH Connect</a>
</section>

<section class="section is-hidden" id="search">
<section class="section" id="search">
<div class="columns is-centered">
<div class="column is-half">
<div class="field">
Expand All @@ -55,7 +52,7 @@
</div>
</section>

<section class="section is-hidden" id="create">
<section class="section" id="create">
<div class="columns is-centered">
<form class="column is-half" action="javascript:void(0);">

Expand Down

0 comments on commit 86645bc

Please sign in to comment.