Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions client/src/components/login/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,10 @@
.input_error {
color: red;
margin-bottom: 20px;
}

#loginLogo {
width: 64px;
height: auto;
margin-bottom: 8px;
}
3 changes: 2 additions & 1 deletion client/src/components/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const Login = () => {

return (
<div className='container'>
<h2>Welcome to FakeStackOverflow!</h2>
<img src='./Short Stack Logo.png' alt='Short Stack Logo' id='loginLogo' />
<h2>Welcome to ShortStack!</h2>
{hasAccount ? (
<h4>
Please login or{' '}
Expand Down