We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c187725 commit 831b009Copy full SHA for 831b009
src/lib/components/sections/Downloads.svelte
@@ -161,6 +161,25 @@
161
/>
162
</svg>
163
</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>
183
</div>
184
185
<div
0 commit comments