Skip to content

Commit

Permalink
make github input field active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 27, 2024
1 parent e68dcaf commit 503d8c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layouts/Generator.astro
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ const props = Astro.props;
</ul>
</div>

<div id="container-domain" class="control">
<input id="input-domain" class="input" type="text" placeholder="Domain name">
</div>
<div id="container-github" class="field has-addons is-hidden">
<div id="container-github" class="field has-addons">
<div class="control is-expanded">
<input id="input-github" class="input" type="text" placeholder="Your handle">
</div>
Expand All @@ -108,6 +105,9 @@ const props = Astro.props;
</a>
</p>
</div>
<div id="container-domain" class="control is-hidden">
<input id="input-domain" class="input" type="text" placeholder="Domain name">
</div>
<div id="container-provide" class="field has-addons is-hidden">
<div class="control is-expanded">
<input id="input-provide" class="input" type="text" placeholder="Your handle">
Expand Down

0 comments on commit 503d8c4

Please sign in to comment.