Skip to content

Commit

Permalink
registration page creation
Browse files Browse the repository at this point in the history
Signed-off-by: T.Arthur <[email protected]>
  • Loading branch information
ndefokou committed Apr 22, 2024
1 parent 45196cb commit 3afe72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions power-pay-frontend/src/components/RegistrationForm.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faPhone } from '@fortawesome/free-solid-svg-icons/faPhone';
import { faUser } from '@fortawesome/free-solid-svg-icons';
// import { faLock } from '@fortawesome/free-solid-svg-icons/faLock';
import { faLock } from '@fortawesome/free-solid-svg-icons/faLock';

import React, { useState } from 'react';
import { useNavigate } from 'react-router-dom';
Expand Down Expand Up @@ -127,7 +127,7 @@ function RegistrationForm() {
style={{ width: '350px', margin: 'auto' }}
required
/>
{/* <FontAwesomeIcon icon={faLock} size="1x" className="mr-2 color-red-950" /> */}
<FontAwesomeIcon icon={faLock} size="1x" className="mr-2 color-red-950" />
</div>
<button type="submit" className="rounded-full w-80 m-auto px-4 py-2 text-white bg-blue-950 text-lg absolute inset-x-0 bottom-20">
Create an account
Expand Down

0 comments on commit 3afe72d

Please sign in to comment.