diff --git a/src/components/pages/SignIn/index.tsx b/src/components/pages/SignIn/index.tsx index 0c0f437be7bd4f278ad2200bed63ec75143f881e..2820a46a030ed11cbbb2af009bb11823b2131072 100644 --- a/src/components/pages/SignIn/index.tsx +++ b/src/components/pages/SignIn/index.tsx @@ -2,8 +2,6 @@ import React from "react"; import styles from "./style.module.scss"; import Navbar from "react-bootstrap/Navbar"; import Container from "react-bootstrap/Container"; -import Row from "react-bootstrap/Row"; -import Col from "react-bootstrap/Col"; import logo from "assets/images/logo.svg"; import cx from "classnames"; import InputGroup from "react-bootstrap/InputGroup"; @@ -42,7 +40,7 @@ const SignIn: React.FC = () => { <InputGroup className="mb-3"> <FormControl className={styles.inputBar} - placeholder="E.g. abc123" + placeholder="abc123" aria-label="Username" aria-describedby="basic-addon1" />