Skip to content

Commit

Permalink
Fix error in browser title "For Professionals"
Browse files Browse the repository at this point in the history
Fixes #95
  • Loading branch information
vsaw committed Oct 2, 2023
1 parent 695928f commit 12c269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/professionals.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import LandingpageCallToAction from '../components/LandingPageCallToAction';
export default function Features() {
const { siteConfig } = useDocusaurusContext();
return <Layout
title="Features"
title="For Professionals"
description={siteConfig.tagline}>
<main>
<div className="container relative mx-auto md:mt-32" id="features" style={{ maxWidth: "1050px" }}>
Expand Down

0 comments on commit 12c269b

Please sign in to comment.