Skip to content
Snippets Groups Projects
Commit dfc85fd3 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

Fix menu forum links #2

parent d9121e5e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
v-for="(cat, index) in categories"
:key="index"
class="block hover:bg-hover-light hover:text-gray-700 p-2 text-gray-600 dark:text-gray-200 w-full"
:href="`https://forum.monnaie-libre.fr${cat.topic_url}`"
:href="`https://forum.monnaie-libre.fr/c/${cat.slug}/${cat.id}`"
target="_blank"
rel="noopener noreferrer"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment