Skip to content

Commit

Permalink
Edit title
Browse files Browse the repository at this point in the history
  • Loading branch information
ccorsin committed Sep 13, 2024
1 parent cd00075 commit df35db8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ const LoginPage: React.FC<LoginPageProps> = ({ loginWithRedirect, signUpWithRedi
</a>
</header>
<div className="text-content">
<p className="title">
Cosmian
<br />
client-side encryption
</p>
<p className="subtitle">
Interactive tutorial and
<br /> developer code examples
</p>
<p className="title">Interactive tutorial and developer code examples</p>
<div className="buttons">
<button onClick={signUpWithRedirect}>
SIGN UP <ButtonsIcon className="arrow" />
Expand Down

0 comments on commit df35db8

Please sign in to comment.