Skip to content

Commit 831b009

Browse files
committed
Add discrete link to 25.07.3
1 parent c187725 commit 831b009

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/lib/components/sections/Downloads.svelte

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,25 @@
161161
/>
162162
</svg>
163163
</a>
164+
<a
165+
href="https://github.com/ankitects/anki/releases/tag/25.07.3"
166+
class="flex items-center gap-1 w-fit font-medium hover:opacity-60"
167+
style="color: green;"
168+
>Try the new July release <svg
169+
xmlns="http://www.w3.org/2000/svg"
170+
fill="none"
171+
viewBox="0 0 24 24"
172+
stroke-width="1.5"
173+
stroke="currentColor"
174+
class="size-4 stroke-2"
175+
>
176+
<path
177+
stroke-linecap="round"
178+
stroke-linejoin="round"
179+
d="m4.5 19.5 15-15m0 0H8.25m11.25 0v11.25"
180+
/>
181+
</svg>
182+
</a>
164183
</div>
165184
</div>
166185
<div

0 commit comments

Comments
 (0)