diff --git a/package-lock.json b/package-lock.json index 88c50be..5cd7363 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "screenity.net", + "name": "snapify", "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "screenity.net", + "name": "snapify", "version": "0.1.0", "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 9b6e9e5..df3aa83 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "screenity.net", + "name": "snapify", "version": "0.1.0", "private": true, "scripts": { diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1f58631..07338b0 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -19,7 +19,7 @@ const Home: NextPage = () => { return ( <> - Screenity | Async video messaging + Snapify | Async video messaging diff --git a/src/pages/share/[videoId].tsx b/src/pages/share/[videoId].tsx index b1a485b..9c2f173 100644 --- a/src/pages/share/[videoId].tsx +++ b/src/pages/share/[videoId].tsx @@ -51,7 +51,7 @@ const VideoList: NextPage = () => {
- Screenity + Snapify
{video && video.userId === session?.user.id ? ( diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 8310de6..639483f 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -29,7 +29,7 @@ const VideoList: NextPage = () => {
- Screenity + Snapify
{["active", "past_due"].includes( session?.user.stripeSubscriptionStatus ?? ""