diff --git a/README.md b/README.md index fb8b669..f69c078 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Use [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) count ### Public submissions -End users submit new entries via the **Submit a Store** button on the site, which opens a pre-filled GitHub Issue. Maintainers review the issue and manually add the entry to `merchants.json`. +End users submit new entries via the **Submit Entry** button on the site, which opens a pre-filled GitHub Issue. Maintainers review the issue and manually add the entry to `merchants.json`. ## Link checker diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index a12bae2..8661144 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -45,7 +45,7 @@ export default function Navbar({ searchQuery, setSearchQuery, onSubmitClick }: N className="rounded-full px-3 sm:px-5 text-xs sm:text-sm font-semibold text-primary-foreground hover:opacity-90 transition-all shadow-lg shadow-primary/20 bg-primary hover:bg-primary/90" onClick={onSubmitClick} > - Submit Store + Submit Entry Submit diff --git a/src/pages/Directory.tsx b/src/pages/Directory.tsx index 89c5d9d..4e16520 100644 --- a/src/pages/Directory.tsx +++ b/src/pages/Directory.tsx @@ -187,7 +187,7 @@ export default function DirectoryPage() { className="rounded-full px-8 h-11 sm:h-12 text-sm sm:text-base backdrop-blur-sm bg-background/50 border-input/50 hover:bg-background/80 transition-all duration-300" onClick={openSubmit} > - Submit a Store + Submit Entry @@ -243,7 +243,7 @@ export default function DirectoryPage() { />
-

Add your store

+

Submit a new entry

Are you using BTCPay Server? Get listed in the directory.