Skip to content

Commit

Permalink
logo update
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Dec 6, 2024
1 parent f823c4c commit 23b6137
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/ForgotPasswordPage/ForgotPasswordPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ForgotPasswordPage = () => {
<div className="sm:mx-auto sm:w-full sm:max-w-md">
<img
className="mx-auto h-10 w-auto"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
src="/android-chrome-512x512.png"
alt="SWPPP-TOP"
/>
<h2 className="mt-6 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const LoginPage = () => {
<div className="sm:mx-auto sm:w-full sm:max-w-md">
<img
className="mx-auto h-10 w-auto"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
src="/android-chrome-512x512.png"
alt="SWPPP-TOP"
/>
<h2 className="mt-6 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/SignupPage/SignupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const SignupPage = () => {
<div className="sm:mx-auto sm:w-full sm:max-w-md">
<img
className="mx-auto h-10 w-auto"
src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600"
src="/android-chrome-512x512.png"
alt="SWPPP-TOP"
/>
<h2 className="mt-6 text-center text-2xl font-bold leading-9 tracking-tight text-gray-900">
Expand Down

0 comments on commit 23b6137

Please sign in to comment.