Skip to content

Commit

Permalink
Update share link
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-nexus committed Jul 13, 2024
1 parent 6e80047 commit 12c8744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Player/PlayerHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { usePwaStore } from "@/stores/usePwaStore";
import Button from "../Button";
import { useState } from "react";
import Menu from "../Menu";
import { APP_HOME_LINK, GITHUB_INTEGRATE_ON_YOUR_BLOG_LINK, GITHUB_ISSUES_LINK, GITHUB_MORE_HELP_LINK, GITHUB_REPO_LINK } from "@/constants/appConstants";
import { APP_APP_LINK, APP_HOME_LINK, GITHUB_INTEGRATE_ON_YOUR_BLOG_LINK, GITHUB_ISSUES_LINK, GITHUB_MORE_HELP_LINK } from "@/constants/appConstants";


export default function PlayerHeader() {
Expand Down Expand Up @@ -50,8 +50,8 @@ export default function PlayerHeader() {
try {
navigator.share({
title: "Listen",
text: "Your wolrd class reading companion",
url: tab === "fetch" ? `${APP_HOME_LINK}?url=${articleLink}&utm_source=in-app-share` : `${APP_HOME_LINK}?utm_source=in-app-share`
text: "Your world class reading companion",
url: tab === "fetch" ? `${APP_APP_LINK}?url=${articleLink}&utm_source=in-app-share` : `${APP_HOME_LINK}?utm_source=in-app-share`
})
}
catch (error) {
Expand Down

0 comments on commit 12c8744

Please sign in to comment.