Skip to content

Commit

Permalink
fix(sessions): correct typos in the info banner for free plan users
Browse files Browse the repository at this point in the history
  • Loading branch information
use-tusk[bot] authored Sep 27, 2024
1 parent 9fafb63 commit 93e39ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/components/templates/sessions/sessionsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ const SessionsPage = (props: SessionsPageProps) => {
}
/>
{org?.currentOrg?.tier === "free" && (
<InfoBox title="Sessions are a Pro feature.">
<InfoBox title="Sessions is a Pro feature">
<p>
Sessions are a Pro feature. In order to keep using them, you need to
upgrade your plan before September 27st, 2024.{" "}
Sessions is a Pro feature. In order to keep using it, you need to
upgrade your plan before September 27th, 2024.{" "}
<Link href="/settings/billing" className="text-blue-500 underline">
Upgrade to Pro
</Link>
Expand Down

0 comments on commit 93e39ca

Please sign in to comment.