Skip to content

Commit

Permalink
feat: add missing image (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskempf57 authored Dec 16, 2024
1 parent 945bb35 commit 1a3f384
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/beta/admin/organizations/[oid]/discussions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
v-else
class="flex flex-col items-center"
>
<!-- <nuxt-img
src="/illustrations/dataset.svg"
<nuxt-img
src="/illustrations/discussion.svg"
class="h-20"
/> -->
/>
<p class="fr-text--bold fr-my-3v">
{{ t(`There is no discussion yet`) }}
</p>
Expand Down
Loading

0 comments on commit 1a3f384

Please sign in to comment.