Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/button/ButtonAppStore.global.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<NuxtLink
to="#"
to="https://apps.apple.com/us/app/octocon/id6739808368"
class="flex items-center justify-center gap-4 w-48 text-white bg-gray-950/75 h-14 rounded-xl px-4 reset decoration-none"
>
<div>
Expand Down
2 changes: 1 addition & 1 deletion components/index/IndexHero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</h2>
<div class="flex flex-col sm:flex-row justify-center gap-4">
<ButtonPlayStore />
<!-- <ButtonAppStore /> -->
<ButtonAppStore />
</div>
</div>
</div>
Expand Down
5 changes: 2 additions & 3 deletions content/1.docs/2.app/1.download.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ navigation.icon: i-material-symbols-download-rounded

# Download

The Octocon app is currently available for Android, with an iOS release planned for some time between
late 2024 and early 2025. You can download it from the respective app stores:
The Octocon app is currently available for Android and iOS. You can download it from the respective app stores:

<div class="flex flex-col lg:flex-row gap-4">

::ButtonPlayStore

::
::ButtonAppStore

</div>

Expand Down