mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
chore(app): update branding language in README and page component
This commit is contained in:
@@ -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&tier_id=529895">Be my sponsor and your logo will be here!</a></sub>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user