Skip to content

Commit

Permalink
chore: update qr default
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Jan 29, 2024
1 parent 6af2e15 commit 048a051
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const formatImage = ({
| ⌛ Build time | ${buildTime || '...'} |
| 🚀 Deploy Preview | ${url} |
| 📱 Preview on mobile | <details> <summary>Click me</summary><p><i>Use your smartphone camera to open QR code link.</i></p>![Mobile](${
qrUrl || 'https://avatar1.vercel.app/vercel.svg?text=QR'
qrUrl || 'https://avatar1.vercel.app/avatar/vercel.svg?text=QR'
}) </details> |
`;
};
Expand Down

0 comments on commit 048a051

Please sign in to comment.