Skip to content

Commit da92a1c

Browse files
committed
missed a few places for .dev domain swap
1 parent 3572666 commit da92a1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/app/robots.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function robots(): MetadataRoute.Robots {
99
allow: '/',
1010
disallow: '/studio',
1111
},
12-
sitemap: 'https://agentsmith.app/sitemap.xml',
12+
sitemap: 'https://agentsmith.dev/sitemap.xml',
1313
};
1414
}
1515

src/components/modals/upgrade-organization.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export const UpgradeOrganizationModal = (props: UpgradeOrganizationModalProps) =
187187
<p className="w-full text-center text-sm text-muted-foreground">
188188
Interested in higher limits? Become an enterprise customer by emailing{' '}
189189
<Button variant="link" asChild className="p-0 h-auto text-sm font-normal underline">
190-
<a href={routes.emails.enterprise}>enterprise@agentsmith.app</a>
190+
<a href={routes.emails.enterprise}>enterprise@agentsmith.dev</a>
191191
</Button>
192192
.
193193
</p>

src/page-components/PrivacyPolicyPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const PrivacyPolicyPage = () => {
1414
This Privacy Policy describes how Chad Syntax LLC (the &quot;Site&quot;,
1515
&quot;we&quot;, &quot;us&quot;, or &quot;our&quot;) collects, uses, and discloses your
1616
personal information when you visit, use our services, or make a purchase from&nbsp;
17-
<a href="https://agentsmith.app/" className="underline hover:text-gray-600">
17+
<a href="https://agentsmith.dev/" className="underline hover:text-gray-600">
1818
https://agentsmith.dev
1919
</a>{' '}
2020
(the &quot;Site&quot;) or otherwise communicate with us (collectively, the

src/page-components/TermsOfServicePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const TermsOfServicePage = () => {
1414
Welcome to AgentSmith! These Terms of Service (&quot;Terms&quot;) govern your access
1515
to and use of the services provided by Chad Syntax LLC (&quot;we&quot;,
1616
&quot;us&quot;, or &quot;our&quot;), including our website{' '}
17-
<a href="https://agentsmith.app/" className="underline hover:text-gray-600">
17+
<a href="https://agentsmith.dev/" className="underline hover:text-gray-600">
1818
https://agentsmith.dev
1919
</a>{' '}
2020
(the &quot;Site&quot;), and any related software, applications, and services

0 commit comments

Comments
 (0)