Skip to content

Commit

Permalink
removed comments, updated file path for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hun-ah committed Mar 27, 2024
1 parent de976c5 commit b280660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Login.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { SignInButton } from '../api/useAuth';
// import Logo from '../assets/logo';
import Logo from '../assets/Logo';

export function Login() {
return (
<div className="flex my-auto h-screen bg-[url('assets/graph.png')] bg-cover xsm:p-4">
<div className="m-auto">
<div className="flex flex-1 pb-14 sm:justify-center xsm:justify-between items-center">
{/* <Logo /> */}
<Logo />
<div className="inline-block h-[26px] min-h-[1em] w-[1px] self-stretch bg-tcl-blue/50"></div>
<h1 className="sm:ps-6 xsm:pl-2 xsm:text-[14px] sm:text-lg ">
Shopping List App
Expand Down

0 comments on commit b280660

Please sign in to comment.