Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbo committed Oct 26, 2024
1 parent 7c71cae commit 9520d2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions components/__tests__/__snapshots__/ProfileCard.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`ProfileCard > should render empty profile 1`] = `
"<div id="test-wrapper">
<div class="relative">
<lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
Expand Down Expand Up @@ -61,7 +61,7 @@ exports[`ProfileCard > should render empty profile 1`] = `
exports[`ProfileCard > should render followed by info 1`] = `
"<div id="test-wrapper">
<div class="relative">
<lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
Expand Down Expand Up @@ -140,7 +140,7 @@ exports[`ProfileCard > should render followed by info 1`] = `
exports[`ProfileCard > should render profile when connected 1`] = `
"<div id="test-wrapper">
<div class="relative">
<lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
Expand Down Expand Up @@ -219,7 +219,7 @@ exports[`ProfileCard > should render profile when connected 1`] = `
exports[`ProfileCard > should render profile when not connected 1`] = `
"<div id="test-wrapper">
<div class="relative">
<lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<lukso-card variant="dapp" background-url="https://example.com/background.jpg" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
Expand Down Expand Up @@ -298,7 +298,7 @@ exports[`ProfileCard > should render profile when not connected 1`] = `
exports[`ProfileCard > should render unfollow button 1`] = `
"<div id="test-wrapper">
<div class="relative">
<lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="medium" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<lukso-card variant="dapp" is-full-width="" shadow="small" border-radius="small" class="-mx-4 -mt-6 w-screen sm:mx-0 sm:mt-0 sm:w-full">
<div slot="header" class="relative flex size-full flex-col items-center">
<div class="absolute right-4 top-4 flex flex-col items-end gap-2">
<div>
Expand Down

0 comments on commit 9520d2c

Please sign in to comment.