Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   client/src/pages/login.tsx
	modified:   client/src/pages/register.tsx
	modified:   client/src/pages/reset.tsx
  • Loading branch information
Thith-thith committed Aug 23, 2023
1 parent 0040007 commit 3de2849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/src/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Login = () => {
return (
<div
class=" flex h-screen w-full items-center justify-center bg-gray-900 bg-cover bg-no-repeat"
style="background-image:url('./../../public/images/jcomp.jpg')"
style="background-image:url('/images/jcomp.jpg')"
>
<div class="w-full h-screen absolute bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-5" />
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto md:h-screen w-full md:w-[40vw] lg:w-[30vw] xl:w-[36vw] 2xl:w-[27vw] lg:py-0">
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Register = () => {
return (
<div
class=" flex h-screen w-full items-center justify-center bg-gray-900 bg-cover bg-no-repeat"
style="background-image:url('./../../public/images/jcomp.jpg')"
style="background-image:url('/images/jcomp.jpg')"
>
<div class="w-full h-screen absolute bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-5" />
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto md:h-screen w-full md:w-[40vw] lg:w-[36vw] xl:w-[36vw] 2xl:w-[27vw] ">
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/reset.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Reset = () => {
return (
<div
class=" flex h-screen w-full items-center justify-center bg-gray-900 bg-cover bg-no-repeat"
style="background-image:url('./../../public/images/angkor-rawpixel.jpg')"
style="background-image:url('/images/angkor-rawpixel.jpg')"
>
<div class="w-full h-screen absolute bg-clip-padding backdrop-filter backdrop-blur-sm bg-opacity-5" />
<div class="flex flex-col items-center justify-center px-6 py-8 mx-auto md:h-screen w-full md:w-[40vw] lg:w-[30vw] xl:w-[36vw] 2xl:w-[27vw] lg:py-0">
Expand Down

0 comments on commit 3de2849

Please sign in to comment.