Skip to content

Commit

Permalink
fix: make current tz offset not copyable
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Sep 14, 2024
1 parent 66bfb2d commit a402596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/timezone-converter/timezone-converter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const countryToTimezonesOutput = computed(() => ctz.getTimezonesForCountry(count
/>

<n-space justify="space-evenly">
<input-copyable
<c-input-text
label="Current Timezone Offset"
label-position="left"
:value="currentTimezoneOffset"
Expand Down

0 comments on commit a402596

Please sign in to comment.