Skip to content

Commit

Permalink
chore: update changeset (#393)
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Giaccobasso <[email protected]>
  • Loading branch information
SGiaccobasso and Santiago Giaccobasso authored Jul 8, 2024
1 parent 31d0800 commit f7b306a
Show file tree
Hide file tree
Showing 3 changed files with 13,771 additions and 10,429 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-goats-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@axelarjs/maestro": patch
---

create first time visitor modal, add twitter conversion tracking code
16 changes: 6 additions & 10 deletions apps/maestro/src/ui/components/ShowOnceModal/ShowOnceModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ const ShowOnceModal: FC = () => {
);

return (
<Modal
open={!hasSeenOneTimeModal}
hideCloseButton
trigger={undefined}
>
<Modal.Body className="flex flex-col gap-4 max-h-96">
<Modal open={!hasSeenOneTimeModal} hideCloseButton trigger={undefined}>
<Modal.Body className="flex max-h-96 flex-col gap-4">
<Modal.Title className="flex">
<p className="px-14 py-6 text-center font-medium text-white">
CREATE A TOKEN THAT CAN SCALE TO ANY CHAIN IN A FEW CLICKS
Expand Down Expand Up @@ -54,16 +50,16 @@ const ShowOnceModal: FC = () => {
</div>
<p className="text-lg font-semibold">About</p>
<div>
<p className="text-primary text-lg">BRIDGES HAVE THEIR LIMITS</p>
<p className="text-lg text-primary">BRIDGES HAVE THEIR LIMITS</p>
<p>
Web3 has gone cross-chain, with assets bridging between blockchains
and developers deploying applications everywhere. But bridged tokens
lose their fungibility and their custom features. And it's costly to
mint tokens on multiple chains.
lose their fungibility and their custom features. And it&apos;s
costly to mint tokens on multiple chains.
</p>
</div>
<div>
<p className="text-primary text-lg">
<p className="text-lg text-primary">
WHAT IS INTERCHAIN TOKEN SERVICE?
</p>
<p>
Expand Down
Loading

0 comments on commit f7b306a

Please sign in to comment.