Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Commit

Permalink
Remove out-of-date text
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse authored Apr 22, 2020
1 parent e5fa635 commit db384f9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/packages/launcher-app/src/app/login-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ import { createRouterLink, useRouter } from '../router/use-router';
function LoginCard() {
return (
<div className={style.loginCard}>
<p className={style.loginText}>
When you click on start, you will first have to login or register an account for free
with the Red Hat Developer Program.
</p>
<p className={style.loginText}></p>
<Button variant="primary" {...createRouterLink(useRouter(), '/home')} className={style.loginButton}>
Start
</Button>
Expand Down

0 comments on commit db384f9

Please sign in to comment.