Skip to content

Commit

Permalink
chore: lint, meta description change
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 4, 2024
1 parent 964644b commit 2cc75d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function manifest(): ExtendedManifest {
name: 'Fruad Guard',
short_name: 'FG',
description:
"",
"Fraud Guard is a tool that helps businesses detect and prevent fraud. It uses machine learning to analyze transactions and identify potential fraud.",
categories: [
'finance',
'software development',
Expand Down Expand Up @@ -732,7 +732,7 @@ export default function manifest(): ExtendedManifest {
},
{
name: 'Privacy Policy',
short_name: 'Privacy',
short_name: 'Privacy',
url: '/legal/privacy',
description: ".",
icons: [
Expand Down
2 changes: 1 addition & 1 deletion src/constants/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const app: Readonly<{
url: 'https://www.fraudguard.tech',
email: 'mike.odnis@mikeodnis.dev',
description:
"",
"Fraud Guard is a tool that helps businesses detect and prevent fraud. It uses machine learning to analyze transactions and identify potential fraud.",
};

0 comments on commit 2cc75d4

Please sign in to comment.