change CTA text
adjust call to action CTA concsistency, readme update
This commit is contained in:
parent
7b428693b6
commit
d9ce18e8ce
@ -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
|
||||
|
||||
|
||||
@ -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}
|
||||
>
|
||||
<span className="hidden sm:inline">Submit Store</span>
|
||||
<span className="hidden sm:inline">Submit Entry</span>
|
||||
<span className="sm:hidden">Submit</span>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
@ -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
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
@ -243,7 +243,7 @@ export default function DirectoryPage() {
|
||||
/>
|
||||
|
||||
<div className="p-6 rounded-3xl bg-gradient-to-br from-primary/10 to-emerald-500/5 border border-primary/10 backdrop-blur-xl">
|
||||
<h3 className="font-bold text-lg mb-2 text-primary">Add your store</h3>
|
||||
<h3 className="font-bold text-lg mb-2 text-primary">Submit a new entry</h3>
|
||||
<p className="text-sm text-muted-foreground mb-4">Are you using BTCPay Server? Get listed in the directory.</p>
|
||||
<Button className="w-full rounded-xl bg-primary/90 hover:bg-primary shadow-lg shadow-primary/10" size="sm" onClick={openSubmit}>
|
||||
Submit Now
|
||||
|
||||
Loading…
Reference in New Issue
Block a user