Skip to content

Commit a537fed

Browse files
committed
fix(deeplink): update app store url and connect button margin
1 parent 23e7378 commit a537fed

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

packages/app-deeplink-pages/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ <h2>Your deeplink</h2>
138138
</p>
139139
<p class="muted">
140140
Need the iOS app?
141-
<a href="https://apps.apple.com/app/simdeck" target="_blank" rel="noopener">Get it on the App Store</a>.
141+
<a href="https://apps.apple.com/app/simdeck-studio/id6770182703" target="_blank" rel="noopener">Get it on the App Store</a>.
142142
</p>
143143
</footer>
144144
</main>

packages/app-deeplink-pages/public/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ details > summary {
211211
outline: none;
212212
}
213213

214+
details[open] button.primary {
215+
margin-top: 16px;
216+
}
217+
214218
details[open] > summary {
215219
margin-bottom: 8px;
216220
}

0 commit comments

Comments
 (0)