Skip to content

Commit

Permalink
fix: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gabaldon committed Sep 19, 2024
1 parent f8b8458 commit 59825c1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/components/Card/__snapshots__/WCard.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`WCard > base 1`] = `
<div
class="card border-2 bg-white-50 border-black-950 rounded-lg px-xl py-xl mr-sm mb-sm w-full h-full"
class="card border-2 bg-white-50 border-black-950 rounded-lg px-lg py-lg mr-sm mb-sm w-full h-full"
data-v-42578349=""
data-v-47e965dc=""
>
Expand Down Expand Up @@ -33,7 +33,7 @@ exports[`WCard > icon 1`] = `
data-v-47e965dc=""
>
<div
class="min-h-[70px] min-w-[70px] border border-black-950 w-min rounded-full bg-wit-blue-500 flex justify-center items-center big-size rounded-icon"
class="min-h-[74px] min-w-[74px] border border-black-950 w-min rounded-full bg-wit-blue-500 flex justify-center items-center big-size rounded-icon"
data-v-1216bb64=""
data-v-47e965dc=""
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/__snapshots__/WFooter.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ exports[`WFooter > renders properly 1`] = `
class="h-max self-center"
>
<p
class="copyright max-w-100 footer-text"
class="flex gap-xs copyright max-w-100 footer-text"
>
©
<span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`WIconRounded > renders properly 1`] = `
<div
class="min-h-[70px] min-w-[70px] border border-black-950 w-min rounded-full bg-wit-blue-500 flex justify-center items-center hover-effect"
class="min-h-[74px] min-w-[74px] border border-black-950 w-min rounded-full bg-wit-blue-500 flex justify-center items-center hover-effect"
data-v-1216bb64=""
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`WIconText > renders properly ROUNDED RIGHT 1`] = `
target="_blank"
>
<div
class="min-h-[70px] min-w-[70px] border border-black-950 w-min rounded-full bg-wit-blue-500 flex justify-center items-center hover-effect rounded-icon mr-md"
class="min-h-[74px] min-w-[74px] border border-black-950 w-min rounded-full bg-wit-blue-500 flex justify-center items-center hover-effect rounded-icon mr-md"
data-v-1216bb64=""
>
Expand Down
20 changes: 16 additions & 4 deletions src/components/SocialsBar/__snapshots__/WSocialsBar.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
exports[`SocialsBar > renders properly 1`] = `
<div
class="opacity-60 hover:opacity-100 grid grid-rows-1 grid-flow-row content-center gap-y-md w-fit justify-items-center"
data-v-5ed1f484=""
>
<a
aria-label="https://twitter.com/witnet_io"
class="link"
data-v-5ed1f484=""
href="https://twitter.com/witnet_io"
target="_blank"
>
<svg
class="icon h-auto w-md"
class="icon"
data-v-5ed1f484=""
data-v-c15836e8=""
fill="none"
height="396"
Expand All @@ -31,12 +34,14 @@ exports[`SocialsBar > renders properly 1`] = `
<a
aria-label="https://t.me/witnetio"
class="link"
data-v-5ed1f484=""
href="https://t.me/witnetio"
target="_blank"
>
<svg
class="icon h-auto w-md"
class="icon"
data-v-5ed1f484=""
data-v-c15836e8=""
fill="none"
height="20"
Expand All @@ -57,12 +62,14 @@ exports[`SocialsBar > renders properly 1`] = `
<a
aria-label="https://discord.gg/witnet"
class="link"
data-v-5ed1f484=""
href="https://discord.gg/witnet"
target="_blank"
>
<svg
class="icon h-auto w-md"
class="icon"
data-v-5ed1f484=""
data-v-c15836e8=""
fill="none"
height="24"
Expand All @@ -83,12 +90,14 @@ exports[`SocialsBar > renders properly 1`] = `
<a
aria-label="https://github.com/witnet"
class="link"
data-v-5ed1f484=""
href="https://github.com/witnet"
target="_blank"
>
<svg
class="icon h-auto w-md"
class="icon"
data-v-5ed1f484=""
data-v-c15836e8=""
fill="none"
height="32"
Expand All @@ -109,14 +118,17 @@ exports[`SocialsBar > renders properly 1`] = `
<!-- TODO(#413): set width to 40px to avoid wrong alignment -->
<div
class="flex mt-3xl w-xl"
data-v-5ed1f484=""
>
<p
class="text-sm font-light text-white-400 [writing-mode:vertical-lr] -rotate-180 subtitle"
data-v-5ed1f484=""
>
Enjoy Smart, Neutral,
</p>
<p
class="text-sm font-light text-white-400 [writing-mode:vertical-lr] -rotate-180 subtitle"
data-v-5ed1f484=""
>
and Secure Data
</p>
Expand Down

0 comments on commit 59825c1

Please sign in to comment.