diff --git a/.changeset/new-rats-argue.md b/.changeset/new-rats-argue.md
new file mode 100644
index 000000000..2e33170ea
--- /dev/null
+++ b/.changeset/new-rats-argue.md
@@ -0,0 +1,5 @@
+---
+"@tabler/docs": patch
+---
+
+Fix ribbon component in the documentation
diff --git a/docs/content/ui/components/ribbons.md b/docs/content/ui/components/ribbons.md
index cdd553302..d2d6f8549 100644
--- a/docs/content/ui/components/ribbons.md
+++ b/docs/content/ui/components/ribbons.md
@@ -18,15 +18,6 @@ Use the `ribbon` class to add the default ribbon to any section of your interfac
{%- endcapture %}
{% include "docs/example.html" html=html card column %}
-```html
-
@@ -71,15 +53,6 @@ Customize the ribbon's background color. You can click [here](/img/ui/base/color
{%- endcapture %}
{% include "docs/example.html" html=html column %}
-```html
-
-
-
- {% include "ui/icon.html" icon="star" %}
-
-
-```
-
## Ribbon text
Add your own text to a ribbon to display any additional information and make it easy to spot for users.
@@ -87,25 +60,14 @@ Add your own text to a ribbon to display any additional information and make it
{% capture html -%}
-
- {% include "ui/icon.html" icon="star" %}
-
+
NEW
{%- endcapture %}
{% include "docs/example.html" html=html column %}
-```html
-
-
-
- {% include "ui/icon.html" icon="star" %}
-
-
-```
+## Bookmark ribbon
-## Ribbon style
-
-Change the style of a ribbon to make it go well with your interface design.
+Use the `.ribbon-bookmark` class to create a bookmark ribbon. It is a special style of ribbon that is used to highlight important elements in your interface.
{% capture html -%}
@@ -116,12 +78,3 @@ Change the style of a ribbon to make it go well with your interface design.
{%- endcapture %}
{% include "docs/example.html" html=html column %}
-
-```html
-
-
-
- {% include "ui/icon.html" icon="star" %}
-
-
-```