Skip to content

Commit

Permalink
fix: ui refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Sep 14, 2024
1 parent 4784925 commit 1962429
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/tools/timezone-converter/timezone-converter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,15 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count
mb-2
/>

<n-space justify="space-evenly">
<c-input-text
label="Current Timezone Offset"
label-position="left"
:value="currentTimezoneOffset"
readonly
/>
<n-form-item label="Use 24 hour time format" label-placement="left">
<n-switch v-model:value="use24HourTimeFormat" />
</n-form-item>
</n-space>
<c-input-text
label="Current Timezone Offset"
label-position="left"
:value="currentTimezoneOffset"
readonly
/>
<n-form-item label="Use 24 hour time format" label-placement="left">
<n-switch v-model:value="use24HourTimeFormat" />
</n-form-item>

<c-card title="Date-Time in other timezones">
<n-dynamic-input
Expand Down

0 comments on commit 1962429

Please sign in to comment.