This commit is contained in:
alexandrev-tibco
2026-02-04 13:42:36 +01:00
parent 6b405419cf
commit 379f935fe7
16 changed files with 597 additions and 87 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ func renderShareHTML(view shareView) string {
<div>` + escapeHTML(view.PercentText) + `</div>
<div class="progress"><div class="bar"></div></div>
<div class="meta">` + escapeHTML(joinLabels(view.TargetDateLabel, view.EstimateDateLabel)) + `</div>
<a class="cta" href="https://apps.apple.com/app/portfolio-journal/id6744983373">Download on the App Store</a>
<a class="cta" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?pt=123456&amp;ct=homepage_other&amp;mt=8">Download on the App Store</a>
</div>
</body>
</html>`