mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 10:09:52 +01:00
tweak detect timezone button placement
This commit is contained in:
parent
3e3ccd971b
commit
32ad02a260
1 changed files with 1 additions and 2 deletions
|
@ -826,9 +826,8 @@
|
|||
profile.
|
||||
</p>
|
||||
<InputGroup>
|
||||
<InputGroupText><Icon name="clock" aria-hidden /></InputGroupText>
|
||||
<Button on:click={detectTimezone}>Detect timezone</Button>
|
||||
<Input disabled value={timezone !== null ? timezone : "Unset"} />
|
||||
<Button on:click={detectTimezone}>Detect</Button>
|
||||
<Button on:click={() => (timezone = null)}>Reset</Button>
|
||||
</InputGroup>
|
||||
<p class="mt-2">
|
||||
|
|
Loading…
Reference in a new issue