Skip to content

Commit

Permalink
better scan button style
Browse files Browse the repository at this point in the history
  • Loading branch information
rwv committed Oct 25, 2023
1 parent 0731f4e commit 24ef0c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/buttons/NavigateToScan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#="{ navigate, href }"
custom
>
<n-button text tag="a" :href="href" @click="navigate">
<n-button round tag="a" :href="href" @click="navigate">
<template #icon>
<n-icon>
<AdfScannerOutlined />
Expand Down
2 changes: 1 addition & 1 deletion src/locale/en/actions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const actions = {
navigateToScan: "Scan",
navigateToScan: "Start Scan",
navigateToHomePage: "About Me",
navigateToSupportMe: "Support Me",
backToIndex: "Back",
Expand Down

0 comments on commit 24ef0c7

Please sign in to comment.