Skip to content

Commit

Permalink
Update text and description
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Jul 25, 2024
1 parent e8a58d1 commit e6c25c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/Head/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ export default function Head() {
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href={`${process.env.NEXT_PUBLIC_LINK_PREFIX}/logo.png`} />
{/* https://melvingeorge.me/blog/nextjs-pwa */}
{/* TODO add screenshot in manifest, to provide rich install experience */}
{/* TODO add screenshot in manifest to provide rich install experience */}
<link rel="manifest" href={`${process.env.NEXT_PUBLIC_LINK_PREFIX}/manifest.json`} />
<meta name="theme-color" content="#00a885" />
{/* Open graph tags */}
<meta property="og:type" content="website" />
<meta property="og:title" content="Listen" />
<meta property="og:url" content="https://vivek-nexus.github.io/listen/" />
<meta property="og:image" content="https://vivek-nexus.github.io/listen/link-preview.png" />
<meta property="og:description" content="Stop long form reading, cut screen time and start listening!" />
<meta property="og:description" content="Your world-class multilingual reading companion" />
</head>
)
}
2 changes: 1 addition & 1 deletion src/constants/appConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const GITHUB_MORE_HELP_LINK = "https://github.com/vivek-nexus/listen?tab=
// TODO: Update link
export const GITHUB_INTEGRATE_ON_YOUR_BLOG_LINK = "https://github.com/vivek-nexus/listen?tab=readme-ov-file#listen"
export const PORTFOLIO_LINK = "https://vivek.nexus"
export const DEFAULT_PASTED_ARTICLE = `Hello! Listen is your world-class reading companion. You can use it to listen to news pages or blog pages, as if they were podcasts. You can use it to proof-read, or should we say, proof-listen to your writing. You can use it to record voice-overs. So many possibilities, isn't it?
export const DEFAULT_PASTED_ARTICLE = `Hello! Listen is your world-class multilingual reading companion. You can use it to listen to news pages or blog pages, as if they were podcasts. You can use it to proof-read, or should we say, proof-listen to your writing. You can use it to record voice-overs. So many possibilities, isn't it?
For best listening experience, here are some recommendations. On desktop devices, use Google Chrome or Edge browser for natural sounding voices. On Android and iOS, you may need to first download and install voice data, in your device settings.
Expand Down

0 comments on commit e6c25c0

Please sign in to comment.