Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-flood committed Jan 18, 2025
1 parent 7e5521a commit aed9ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function CTA() {

<div className="flex justify-center">
<Button className="flex items-center gap-2" asChild>
<Link href="https://app.featbit.com/">Get Started</Link>
<Link href="https://app.featbit.co/">Get Started</Link>
</Button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function constructMetadata({
type: "website",
locale: "en_US",
},
icons: "/prompt-version-control-online/featbitfavicon.ico",
icons: "https://www.featbit.co/favicon-gray.svg",
metadataBase: new URL(siteConfig.url),
authors: [
{
Expand Down

0 comments on commit aed9ac7

Please sign in to comment.