Skip to content

Commit

Permalink
chore: reduce text on Goodtok's homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 22, 2023
1 parent c6483b0 commit fd1464d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ A customer token is a [JSON Web Token](https://jwt.io/) with necessay claims to
"calendarUrl": "https://cal.com/placeholder",
"signalingHost": "peerjs.goodtok.io",
"signalingPort": 443,
"iceServers": { ... }
"iceServers": {...}
"metadata": {
"name": "Peter",
"email": "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions mods/frontoffice/src/components/home/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ export const HomePage: React.FC<HomePageProps> = ({
</StyledHomePageTitle>

<Box sx={{ mb: 2, width: 440, textAlign: "center" }}>
<StyledHomePageSubTitle sx={{ mt: 4 }}>
{/* <StyledHomePageSubTitle sx={{ mt: 4 }}>
Ready to engage your customers better and faster?
</StyledHomePageSubTitle>
</StyledHomePageSubTitle> */}
<StyleHomePageDescription sx={{ mt: 2, mb: 1 }}>
Create a new workspace or use an existing one to begin interacting
your customer now.{" "}
Expand Down

0 comments on commit fd1464d

Please sign in to comment.