chore(app): update branding language in README and page component

This commit is contained in:
Fatih Kadir Akın
2025-12-19 20:02:42 +03:00
parent eaecefd4f4
commit 2c8dd8508a
2 changed files with 3 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<a href="https://warp.dev/?utm_source=prompts.chat" align="center">
<img align="center" height="30" alt="Warp logo" src="https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/public/sponsors/warp.svg">
</a><br><br>
<sub>prompts.chat is vibecoded via Cognition products: Windsurf and Devin</sub>
<sub>prompts.chat is built with Windsurf and Devin by Cognition</sub>
<hr>
<sub><a href="https://github.com/sponsors/f/sponsorships?sponsor=f&amp;tier_id=529895">Be my sponsor and your logo will be here!</a></sub>
</div>

View File

@@ -281,7 +281,7 @@ export default async function HomePage() {
</div>
{!useCloneBranding && (
<div className="flex flex-col md:flex-row items-center justify-center gap-1.5 mt-6 pt-7 border-t text-xs text-muted-foreground">
<span><b>prompts.chat</b> is vibecoded via <b>Cognition</b> products:</span>
<span><b>prompts.chat</b> is built with</span>
<span className="inline-flex items-center gap-1.5">
<Link href="https://windsurf.com/?utm_source=prompts.chat" target="_blank" rel="noopener noreferrer">
<Image
@@ -309,6 +309,7 @@ export default async function HomePage() {
className="h-6 w-auto hidden dark:block"
/>
</Link>
<span>by Cognition</span>
</span>
</div>
)}