feat(brand): add ™ to Project NOMAD wordmark on prominent surfaces
Wordmark application filed (USPTO serial 99912179). Mark the persistent Command Center footer wordmark (both the AppLayout footer and the settings/docs sidebar footer) and the first mention on the Legal Notices page. Browser-tab titles and body copy left unmarked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cd8c89e275
commit
25e6982576
|
|
@ -13,7 +13,7 @@ export default function Footer() {
|
|||
<footer>
|
||||
<div className="flex items-center justify-center gap-3 border-t border-border-subtle py-4">
|
||||
<p className="text-sm/6 text-text-secondary">
|
||||
Project NOMAD Command Center v{appVersion}
|
||||
Project NOMAD™ Command Center v{appVersion}
|
||||
</p>
|
||||
<span className="text-gray-300">|</span>
|
||||
<button
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ const StyledSidebar: React.FC<StyledSidebarProps> = ({ title, items }) => {
|
|||
</ul>
|
||||
</nav>
|
||||
<div className="mb-4 flex flex-col items-center gap-1 text-sm text-text-secondary text-center">
|
||||
<p>Project NOMAD Command Center v{appVersion}</p>
|
||||
<p>Project NOMAD™ Command Center v{appVersion}</p>
|
||||
<button
|
||||
onClick={() => setDebugModalOpen(true)}
|
||||
className="text-gray-500 hover:text-desert-green inline-flex items-center gap-1 cursor-pointer"
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ export default function LegalPage() {
|
|||
<section className="mb-10">
|
||||
<h2 className="text-2xl font-semibold mb-4">Third-Party Software Attribution</h2>
|
||||
<p className="text-text-primary mb-4">
|
||||
Project NOMAD integrates the following open source projects. We are grateful to
|
||||
Project NOMAD™ integrates the following open source projects. We are grateful to
|
||||
their developers and communities:
|
||||
</p>
|
||||
<ul className="space-y-3 text-text-primary">
|
||||
|
|
|
|||
Loading…
Reference in New Issue