Skip to content

Commit 7e6769b

Browse files
committed
Disable inactive store listings before new version release
1 parent b4adebf commit 7e6769b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/routes/unitto/+page.svelte

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,25 +100,25 @@
100100
titls: "Download",
101101
id: "feature4",
102102
support: "Get the app now",
103-
description: "Get the app for you Android device",
103+
description: "Get the app for your Android device",
104104
postHorizontal: postHorizontal4,
105105
postVertical: postVertical4,
106106
postVerticalId: "vert4",
107107
details: [
108-
{
109-
title: "Play Store",
110-
support: "Get the app and leave a review",
111-
href: "https://play.google.com/store/apps/details?id=com.sadellie.unitto",
112-
},
113-
{
114-
title: "F-Droid",
115-
support: "Support the freedom of choice",
116-
href: "https://f-droid.org/packages/com.sadellie.unitto",
117-
},
108+
// {
109+
// title: "Play Store",
110+
// support: "Get the app and leave a review",
111+
// href: "https://play.google.com/store/apps/details?id=com.sadellie.unitto",
112+
// },
113+
// {
114+
// title: "F-Droid",
115+
// support: "Support the freedom of choice",
116+
// href: "https://f-droid.org/packages/com.sadellie.unitto",
117+
// },
118118
{
119119
title: "GitHub",
120-
support: "From the developer himself",
121-
href: "https://github.com/sadellie/unitto",
120+
support: "Latest version",
121+
href: "https://github.com/sadellie/unitto/releases/latest",
122122
},
123123
],
124124
},

0 commit comments

Comments
 (0)