Nostr is a simple, open protocol for decentralizing how
infomration is stored and retreived on the web.
@@ -141,7 +141,7 @@ export default function LandingPage() {
Let's take a look.
-
+
Explore Now
→
diff --git a/app/(landing)/page.tsx b/app/(landing)/page.tsx
index 811862f..0a2ee9a 100644
--- a/app/(landing)/page.tsx
+++ b/app/(landing)/page.tsx
@@ -64,7 +64,7 @@ export default function LandingPage() {
your following, no-longer dependent on an external company.
-
+
Start Exploring
diff --git a/containers/Article/Editor.tsx b/containers/Article/Editor.tsx
index 2f2bc5a..133b8fc 100644
--- a/containers/Article/Editor.tsx
+++ b/containers/Article/Editor.tsx
@@ -44,7 +44,7 @@ export default function EditorPage({ event }: ArticleProps) {
if (sessionStorage.getItem("RichHistory")) {
void router.back();
} else {
- void router.push("/app");
+ void router.push("/explore");
}
}}
size="icon"
diff --git a/containers/Article/index.tsx b/containers/Article/index.tsx
index 2f5f278..1e06af0 100644
--- a/containers/Article/index.tsx
+++ b/containers/Article/index.tsx
@@ -55,7 +55,7 @@ export default function ArticlePage({ event }: ArticleProps) {
if (sessionStorage.getItem("RichHistory")) {
void router.back();
} else {
- void router.push("/app");
+ void router.push("/explore");
}
}}
size="icon"
diff --git a/public/manifest.json b/public/manifest.json
index 5a94611..f313c49 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -3,7 +3,7 @@
"background_color": "#ffffff",
"display": "standalone",
"scope": "/",
- "start_url": "/app",
+ "start_url": "/explore",
"name": "Flockstr",
"short_name": "Flockstr",
"icons": [
diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest
index 8bb7c19..f313c49 100644
--- a/public/manifest.webmanifest
+++ b/public/manifest.webmanifest
@@ -1,31 +1,31 @@
{
- "theme_color": "#ffffff",
- "background_color": "#ffffff",
- "display": "standalone",
- "scope": "/",
- "start_url": "/app",
- "name": "Flockstr",
- "short_name": "Flockstr",
- "icons": [
- {
- "src": "/icon-192x192.png",
- "sizes": "192x192",
- "type": "image/png"
- },
- {
- "src": "/icon-256x256.png",
- "sizes": "256x256",
- "type": "image/png"
- },
- {
- "src": "/icon-384x384.png",
- "sizes": "384x384",
- "type": "image/png"
- },
- {
- "src": "/icon-512x512.png",
- "sizes": "512x512",
- "type": "image/png"
- }
- ]
-}
\ No newline at end of file
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone",
+ "scope": "/",
+ "start_url": "/explore",
+ "name": "Flockstr",
+ "short_name": "Flockstr",
+ "icons": [
+ {
+ "src": "/icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-256x256.png",
+ "sizes": "256x256",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-384x384.png",
+ "sizes": "384x384",
+ "type": "image/png"
+ },
+ {
+ "src": "/icon-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}