diff --git a/front/ui-docs/components/ui/popover.md b/front/ui-docs/components/ui/popover.md
index b3a911052..9090f6be7 100644
--- a/front/ui-docs/components/ui/popover.md
+++ b/front/ui-docs/components/ui/popover.md
@@ -143,13 +143,13 @@ Use [Vue event handling](https://vuejs.org/guide/essentials/event-handling.html)
-
+
```
-
+
@@ -163,7 +163,7 @@ const bcPrivacy = ref("pod");
-
+
```
-
+
{
@@ -226,7 +226,7 @@ The popover item (`PopoverItem`) is a simple button that uses [Vue event handlin
-
+
@@ -238,7 +238,7 @@ The popover item (`PopoverItem`) is a simple button that uses [Vue event handlin
```
-
+
@@ -260,7 +260,7 @@ const open = ref(false)
-
+
@@ -274,7 +274,7 @@ const open = ref(false)
```
-
+
@@ -303,7 +303,7 @@ const privacy = ["public", "private", "pod"];
-
+
@@ -312,7 +312,7 @@ const privacy = ["public", "private", "pod"];
```
-
+
@@ -331,7 +331,7 @@ const open = ref(false)
-
+
@@ -346,7 +346,7 @@ const open = ref(false)
```
-
+
@@ -377,7 +377,7 @@ PopoverItem supports an `icon` prop to easily add icons to menu items. The icon
```
-
+
@@ -401,7 +401,7 @@ const open = ref(false)
-
+
@@ -418,7 +418,7 @@ const open = ref(false)
```
-
+
@@ -446,7 +446,7 @@ const open = ref(false)
-
+
@@ -483,7 +483,7 @@ const open = ref(false)
```
-
+
@@ -522,7 +522,7 @@ const open = ref(false)
You can use `PopoverItem`s as Links by providing a `to` prop with the route object or and external Url (`http...`). Read more on the [Link component](./link) page.
-
+
@@ -562,7 +562,7 @@ const privacyChoices = ["private", "pod", "public"];
-
+
@@ -632,7 +632,7 @@ const privacyChoices = ["private", "pod", "public"];
Creative Commons
-
+
```
-
+
@@ -726,7 +726,7 @@ const privacyChoices = ["private", "pod", "public"];
Bandcamp
-
+
{{ bcPrivacy }}
@@ -741,7 +741,7 @@ const privacyChoices = ["private", "pod", "public"];
Creative Commons
-
+
{{ ccPrivacy }}