Skip to content

Commit

Permalink
chore: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Dec 21, 2023
1 parent 0adb4a4 commit 5adf707
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ export const formatImage = ({
| Name | |
|---|---|
| 🎊 Status | ${status} |
| 💬 Commit | ${gitCommitSha} |
| 📝 Deploy log | ${buildingLogUrl} |
| 💬 Latest commit | ${gitCommitSha} |
| 🔍 Latest deploy log | ${buildingLogUrl} |
| ⌛ Build time | ${buildTime || '...'} |
| 🚀 Preview | ${url} |
| 🚀 Deploy Preview | ${url} |
| 📱 Preview on mobile | <details> <summary>Click me</summary> ![Mobile](${
qrUrl || 'https://avatar.vercel.sh/vercel.svg?text=QR'
}) </details> |
}) Use your smartphone camera to open QR code link.</details> |
`;
};

export const getCommentFooter = () => {
return '<sub>🤖 By [surge-preview](https://github.com/hunghg255/surge-preview)</sub>';
return '<sub>🤖 Contribute at [surge-preview](https://github.com/hunghg255/surge-preview)</sub>';
};

0 comments on commit 5adf707

Please sign in to comment.