Skip to content

Commit

Permalink
feat: link to hubspot form from requests for full access and higher r…
Browse files Browse the repository at this point in the history
…ate - AI-626 AI-627 (#359)
  • Loading branch information
JBR90 authored Nov 14, 2024
1 parent 1d4995e commit 05ccce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/src/app/faqs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ const FAQPage = () => {
the volume of requests that can be made, lessons, and resources
that can be generated. If you're reaching these limits,
we'd love to hear from you, and you can{" "}
<OakLink href="https://forms.gle/tHsYMZJR367zydsG8">
<OakLink href="https://share.hsforms.com/118hyngR-QSS0J7vZEVlRSgbvumd">
request a higher limit.
</OakLink>
</OakP>
Expand Down
3 changes: 2 additions & 1 deletion apps/nextjs/src/components/ContextProviders/Demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export function DemoProvider({ children }: Readonly<DemoProviderProps>) {
isDemoUser,
appSessionsRemaining,
appSessionsPerMonth: DEMO_APP_SESSIONS_PER_30D,
contactHref: "mailto:[email protected]",
contactHref:
"https://share.hsforms.com/1R9ulYSNPQgqElEHde3KdhAbvumd",
isSharingEnabled,
}
: {
Expand Down

0 comments on commit 05ccce6

Please sign in to comment.