Skip to content

Commit

Permalink
chore: text changes on login
Browse files Browse the repository at this point in the history
  • Loading branch information
prosfus committed Jan 3, 2025
1 parent 5016ee0 commit 17d7505
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions src/pages/Login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,19 +122,16 @@ function Login() {
style={{
flex: 1,
display: "flex",
justifyContent: "space-between",
justifyContent: "center",
alignItems: "center",
fontSize: "10px",
color: "rgba(0,0,0,0.5)",
padding: "0 20px",
}}
>
<div>
<a href="https://oscar.grycap.net">
Provided by GRyCAP-I3M-UPV
</a>
Powered by <a href="https://oscar.grycap.net">OSCAR</a>
</div>
<div>Universitat Politècnica de València, Spain.</div>
</div>
</div>
<section
Expand Down Expand Up @@ -170,16 +167,8 @@ function Login() {
>
<Input name="endpoint" placeholder="Endpoint" required />
<Separator />
<Input
name="username"
type="text"
placeholder="Username"
/>
<Input
name="password"
type="password"
placeholder="Password"
/>
<Input name="username" type="text" placeholder="Username" />
<Input name="password" type="password" placeholder="Password" />

<Button
name="normal"
Expand Down Expand Up @@ -209,7 +198,7 @@ function Login() {
marginRight: "10px",
}}
/>
Login via EGI Check-in
Sign in via EGI Check-in
</Button>
</form>
</section>
Expand Down

0 comments on commit 17d7505

Please sign in to comment.