Skip to content

Commit

Permalink
Update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jul 16, 2024
1 parent 4203665 commit b8ca902
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 366 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ exports[`<AccountPage /> should match snapshot 1`] = `
flex-direction: column;
}
.c31 {
.c32 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
Expand Down Expand Up @@ -393,7 +393,7 @@ exports[`<AccountPage /> should match snapshot 1`] = `
line-height: 24px;
}
.c32 {
.c31 {
font-size: 26px;
line-height: 32px;
max-width: 624px;
Expand Down Expand Up @@ -793,13 +793,13 @@ exports[`<AccountPage /> should match snapshot 1`] = `
}
@media only screen and (max-width:768px) {
.c31 {
.c32 {
border: solid 1px #EDEDED;
}
}
@media only screen and (max-width:768px) {
.c31 {
.c32 {
padding: 24px;
}
}
Expand Down Expand Up @@ -829,7 +829,7 @@ exports[`<AccountPage /> should match snapshot 1`] = `
}
@media only screen and (max-width:768px) {
.c32 {
.c31 {
font-size: 18px;
line-height: 24px;
max-width: 432px;
Expand Down Expand Up @@ -1168,14 +1168,19 @@ exports[`<AccountPage /> should match snapshot 1`] = `
<div
class="c30"
>
<div
<h3
class="c31"
>
<h3
class="c32"
Activity
</h3>
<div
class="c32"
>
<span
class="c14"
>
No transactions found.
</h3>
</span>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit b8ca902

Please sign in to comment.