Skip to content

Commit

Permalink
feature[www-setler-app]: add color
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Aug 24, 2023
1 parent d143ce5 commit 3f1f2fe
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions identity-wallet/www-setler-app/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,12 @@
</div>
</div>
</div>
<div class="mt-20 sm:mt-24 md:mx-auto md:max-w-2xl lg:mx-0 lg:mt-0 relative isolate">
<div class="mt-20 sm:mt-24 md:mx-auto md:max-w-2xl lg:mx-0 lg:mt-0 relative isolate group">
<div class="hidden lg:block mask w-full aspect-[1/1]">
<picture>
<source type="image/webp" srcset="/imgs/joao-guimaraes-9b4jtcBEP4A-unsplash.webp" />
<img
class="w-full h-full object-cover"
style="filter: grayscale(10);"
class="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-1000 ease-in-out"
alt=""
src="/imgs/joao-guimaraes-9b4jtcBEP4A-unsplash.jpg"
/>
Expand Down Expand Up @@ -138,9 +137,9 @@
amount to a "pool" of identities. This pool is the accumulation of <a
href="https://www.kudos.community/?utm_src=setler">kudos</a
>
which includes an identity identifier. Because the wallet is non-custodial, the user is in
control of their own funds and can send and receive payments as well as setle kudos without
the need for a third party.
which includes an identity identifier. Because the wallet is non-custodial, the user is in control
of their own funds and can send and receive payments as well as setle kudos without the need for
a third party.
<h2 class="text-xl font-semibold md:text-3xl my-4">Getting Started</h2>
<h3 class="text-lg font-bold md:text-2xl mb-4">Wallet</h3>
Expand Down

3 comments on commit 3f1f2fe

@vercel
Copy link

@vercel vercel bot commented on 3f1f2fe Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3f1f2fe Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

www-setler-app – ./identity-wallet/www-setler-app

www-setler-app-git-main-loremlabs.vercel.app
www-setler-app-loremlabs.vercel.app
setler.app
www-setler-app.vercel.app
www.setler.app

@vercel
Copy link

@vercel vercel bot commented on 3f1f2fe Aug 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ident-agency-net-enola – ./ident-agency/packages/enola

ident-agency-net-enola.vercel.app
ident-agency-net-enola-loremlabs.vercel.app
ident-agency-net-enola-git-main-loremlabs.vercel.app

Please sign in to comment.