-
Notifications
You must be signed in to change notification settings - Fork 0
docs(footer): credit Cursor with their own lockup #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -143,6 +143,28 @@ export const SiteFooter = () => ( | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| <div className="flex flex-col items-start justify-between gap-4 md:flex-row md:items-center"> | ||||||||||||||||||||||
| <div className="text-fd-muted-foreground flex flex-wrap items-center gap-x-6 gap-y-1"> | ||||||||||||||||||||||
| {/* Cursor's own lockup, unmodified, in the two inks they publish on | ||||||||||||||||||||||
| cursor.com/brand. It sits next to the disclaimer on purpose: the | ||||||||||||||||||||||
| mark says the SDK underneath is theirs, the sentence beside it | ||||||||||||||||||||||
| says the action is not. */} | ||||||||||||||||||||||
| <a | ||||||||||||||||||||||
| className="hover:text-fd-foreground focus-visible:outline-fd-ring inline-flex items-center gap-2 text-sm focus-visible:outline-2 focus-visible:outline-offset-2" | ||||||||||||||||||||||
| href="https://cursor.com" | ||||||||||||||||||||||
| rel="noreferrer" | ||||||||||||||||||||||
| target="_blank" | ||||||||||||||||||||||
|
Comment on lines
+150
to
+154
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win Add The link uses Proposed fix- rel="noreferrer"
+ rel="noopener noreferrer"📝 Committable suggestion
Suggested change
🤖 Prompt for AI AgentsSource: Coding guidelines |
||||||||||||||||||||||
| > | ||||||||||||||||||||||
| Built on | ||||||||||||||||||||||
| <img | ||||||||||||||||||||||
| alt="Cursor" | ||||||||||||||||||||||
| className="h-4 w-auto dark:hidden" | ||||||||||||||||||||||
| src="/cursor-lockup-light.svg" | ||||||||||||||||||||||
| /> | ||||||||||||||||||||||
| <img | ||||||||||||||||||||||
| alt="Cursor" | ||||||||||||||||||||||
| className="hidden h-4 w-auto dark:block" | ||||||||||||||||||||||
| src="/cursor-lockup-dark.svg" | ||||||||||||||||||||||
| /> | ||||||||||||||||||||||
| </a> | ||||||||||||||||||||||
| <small className="text-sm"> | ||||||||||||||||||||||
| © 2026{" "} | ||||||||||||||||||||||
| <a | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Narrow the exhaustive asset claim.
public/hero-wallpaper.webpat Line 38 is also not drawn bybun run brand. The sentence should describe these as the only Cursor lockups that are not generated, rather than the only files inpublic/.Proposed wording
📝 Committable suggestion
🤖 Prompt for AI Agents