Skip to content

Commit

Permalink
Personalize
Browse files Browse the repository at this point in the history
  • Loading branch information
tenekev committed Apr 21, 2024
1 parent 53f579c commit fe8b2f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ onMounted(() => {
<div class="flex flex-row items-center gap-2">
<a
class="icon-button"
href="https://github.com/lyqht/styled-qr-code-generator"
href="https://github.com/tenekev"
:aria-label="t('GitHub repository for this project')"
>
<svg xmlns="http://www.w3.org/2000/svg" width="36" height="36" viewBox="0 0 24 24">
Expand Down
2 changes: 1 addition & 1 deletion src/utils/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export const vueJsPreset: Preset = {
export const defaultPreset: Preset = {
...defaultPresetOptions,
name: 'Default',
data: 'https://github.com/lyqht',
data: 'https://github.com',
image: PLACEHOLDER_IMAGE_URL,
dotsOptions: {
color: '#abcbca',
Expand Down

0 comments on commit fe8b2f6

Please sign in to comment.