Skip to content

Commit

Permalink
chore: update styling and form property
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Dec 5, 2024
1 parent 2ae830f commit f14425d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const AuthenticatedLayout = ({ children }: AuthenticatedLayoutProps) => {
{/* Footer */}
<footer className="bg-gray-900 py-4 text-center">
<p className="text-sm text-gray-500">
&copy; 2024 BetterSWPPP. All rights reserved.
&copy; 2024 SWPPP-TOP. All rights reserved.
</p>
</footer>
</div>
Expand Down
3 changes: 1 addition & 2 deletions web/src/pages/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const LoginPage = () => {
<img
className="mx-auto h-10 w-auto"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
alt="BetterSWPPP"
alt="SWPPP-TOP"
/>
<h2 className="mt-6 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">
Sign in to your account
Expand All @@ -80,7 +80,6 @@ const LoginPage = () => {
<TextField
name="email"
ref={emailRef}
type="email"
autoComplete="email"
required
className="block w-full rounded-md border-0 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
Expand Down

0 comments on commit f14425d

Please sign in to comment.