Skip to content

Commit 4784925

Browse files
committed
fix: make current tz offset not copyable
1 parent 66bfb2d commit 4784925

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/timezone-converter/timezone-converter.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,11 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count
6666
/>
6767

6868
<n-space justify="space-evenly">
69-
<input-copyable
69+
<c-input-text
7070
label="Current Timezone Offset"
7171
label-position="left"
7272
:value="currentTimezoneOffset"
7373
readonly
74-
mb-2
7574
/>
7675
<n-form-item label="Use 24 hour time format" label-placement="left">
7776
<n-switch v-model:value="use24HourTimeFormat" />

0 commit comments

Comments
 (0)