Skip to content

Commit

Permalink
chore: update snapshots (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsANameToo authored and shahin-hq committed Oct 28, 2024
1 parent 5ae1ad4 commit 14ea378
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ exports[`PageSkeleton > should render without profile 1`] = `
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex h-[calc(100vh_-_160px)] max-w-[400px] flex-col sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ exports[`Welcome > should change route to create profile 1`] = `
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -1006,7 +1006,7 @@ exports[`Welcome > should navigate to previous page with correct password 1`] =
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -1739,7 +1739,7 @@ exports[`Welcome > should navigate to profile dashboard 1`] = `
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -2472,7 +2472,7 @@ exports[`Welcome > should navigate to profile dashboard with correct password 1`
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -3205,7 +3205,7 @@ exports[`Welcome > should navigate to profile settings from profile card menu 1`
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -3938,7 +3938,7 @@ exports[`Welcome > should navigate to profile settings with correct password 1`]
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -4671,7 +4671,7 @@ exports[`Welcome > should not select profile on wrong last location 1`] = `
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -5312,7 +5312,7 @@ exports[`Welcome > should render with profiles 1`] = `
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-[calc(100vh_-_160px)] sm:h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down Expand Up @@ -6045,7 +6045,7 @@ exports[`Welcome > should render without profiles 1`] = `
class="min-w-0 basis-1/2 rounded-xl border-theme-navy-100 dark:border-theme-secondary-800 sm:border sm:p-6"
>
<div
class="mx-auto flex h-full max-w-[400px] flex-col"
class="mx-auto flex max-w-[400px] flex-col h-full"
>
<div
class="flex flex-1 flex-col items-center justify-center"
Expand Down

0 comments on commit 14ea378

Please sign in to comment.