Skip to content

Commit

Permalink
fix(lint): rename logo component
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfriesen committed Jan 7, 2025
1 parent 5934a12 commit 26f2647
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/timer/app/pages/settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ async function handleImport(event: Event) {
<FieldSet :label="$t('settings.data')">

<div class="flex gap-3">
<input ref="fileprompt" hidden type="file" accept="application/json" @change="handleImport" />
<input ref="fileprompt" hidden type="file" accept="application/json" @change="handleImport" >
<UButton :label="$t('settings.import')" block color="neutral" variant="subtle"
icon="i-lucide-hard-drive-download" @click="filePrompt?.click()" />

Expand Down

0 comments on commit 26f2647

Please sign in to comment.