Skip to content

Commit

Permalink
Roadmap: mark v2 as finished
Browse files Browse the repository at this point in the history
  • Loading branch information
srosset81 committed Oct 16, 2024
1 parent 110979b commit f4bf5ea
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/components/widgets/Roadmap.astro
Original file line number Diff line number Diff line change
Expand Up @@ -203,31 +203,28 @@ import { Icon } from 'astro-icon/components';
</li>
<li class="mb-10 ml-10">
<span
class="flex absolute -left-5 justify-center items-center w-10 h-10 bg-secondary-500 rounded-full ring-8 ring-white dark:ring-gray-900"
class="flex absolute -left-5 justify-center items-center w-10 h-10 bg-violet-500 rounded-full ring-8 ring-white dark:ring-gray-900"
>
<Icon
name="tabler:tool"
name="ic:baseline-check"
class="w-6 h-6 text-white dark:text-slate-200"
/>
</span>
<time
class="block mb-2 text-md font-normal leading-none text-gray-400 dark:text-gray-500"
>Summer 2023 - Autumn 2024</time
>Autumn 2024</time
>
<h3
class="flex items-center mb-1 text-xl font-semibold text-gray-900 dark:text-white"
>
ActivityPods 2.0<span
class="bg-blue-100 text-blue-800 text-sm font-medium mr-2 px-2.5 py-0.5 rounded dark:bg-blue-900 dark:text-white ml-3"
>Work in progress</span
>
ActivityPods 2.0
</h3>
<p class="mb-4 text-base font-normal text-gray-500 dark:text-gray-400">
Extract bots from ActivityPods providers: they become independant
applications activable by user.
</p>
<a
href="/blog/the-road-to-activitypods-2-0"
href="/activitypods-2-0-is-out"
class="btn py-2 px-6"
>
<Icon name="tabler:eye" class="w-5 h-5 mr-2 -ml-1.5" />
Expand Down

0 comments on commit f4bf5ea

Please sign in to comment.