Skip to content

Commit ae017e8

Browse files
CoveMBericglau
andauthored
[Stellar] Add link to UI builder for stellar (#730)
Co-authored-by: Eric Lau <ericglau@outlook.com>
1 parent be4007c commit ae017e8

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

packages/ui/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
</div>
113113

114114
<div class="flex items-center">
115-
<a href="http://builder.openzeppelin.com" target="_blank" rel="noopener noreferrer" class="bg-[#3d3b5d] text-white px-4 py-2 rounded-full text-sm font-medium flex items-center gap-2 hover:bg-[#4a4872] transition-colors no-underline whitespace-nowrap">
115+
<a href="https://builder.openzeppelin.com" target="_blank" rel="noopener noreferrer" class="bg-[#3d3b5d] text-white px-4 py-2 rounded-full text-sm font-medium flex items-center gap-2 hover:bg-[#4a4872] transition-colors no-underline whitespace-nowrap">
116116
<span>Try the UI Builder</span>
117117
<img src="/icons/up-right-from-square.svg" alt="up-right-from-square" class="arrow-white">
118118
</a>

packages/ui/public/stellar.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,30 @@
6262
</div>
6363
</div>
6464
<div class="nav-row flex flex-row items-center justify-between">
65-
<div class="nav">
65+
<div class="nav nav-switches flex flex-row">
6666
<a class="switch switch-solidity" href="/"><img src="/icons/solidity.svg" alt="solidity">Solidity</a>
6767
<a class="switch switch-cairo" href="/cairo"><img src="/icons/cairo.svg" alt="cairo">Cairo</a>
6868
<a class="switch switch-stellar active" href="#"><img src="/icons/stellar.svg" alt="stellar">Stellar</a>
6969
<a class="switch switch-stylus" href="/stylus"><img src="/icons/stylus.svg" alt="stylus">Stylus</a>
7070
</div>
71+
72+
<div class="flex flex-row gap-2">
73+
<div class="text-sm text-gray-600 leading-tight text-right">
74+
<div>After deploying a contract, use the</div>
75+
<div>new UI Builder to spin up a quick UI</div>
76+
</div>
77+
78+
<div class="flex items-center">
79+
<img src="/icons/arrow-right.svg" alt="arrow-right" class="arrow-gray">
80+
</div>
81+
82+
<div class="flex items-center">
83+
<a href="https://builder.openzeppelin.com?ecosystem=stellar" target="_blank" rel="noopener noreferrer" class="bg-[#3d3b5d] text-white px-4 py-2 rounded-full text-sm font-medium flex items-center gap-2 hover:bg-[#4a4872] transition-colors no-underline whitespace-nowrap">
84+
<span>Try the UI Builder</span>
85+
<img src="/icons/up-right-from-square.svg" alt="up-right-from-square" class="arrow-white">
86+
</a>
87+
</div>
88+
</div>
7189
</div>
7290
<div class="wizard-container">
7391
<oz-wizard class="wizard" data-sync-url="fragment" data-lang="stellar"></oz-wizard>

0 commit comments

Comments
 (0)