From f8c31df48b238558873c1904cf1b7753cfc37e9c Mon Sep 17 00:00:00 2001 From: Sorin Muntean Date: Wed, 24 Jul 2024 13:28:37 +0200 Subject: [PATCH] Docs: Fix wrong asset names for utils package. --- docs/utils-reference/icons/getAvatarIcon.md | 2 +- docs/utils-reference/icons/getFavicon.md | 2 +- docs/utils-reference/icons/getProgressIcon.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/utils-reference/icons/getAvatarIcon.md b/docs/utils-reference/icons/getAvatarIcon.md index e317955aefb..46368958680 100644 --- a/docs/utils-reference/icons/getAvatarIcon.md +++ b/docs/utils-reference/icons/getAvatarIcon.md @@ -2,7 +2,7 @@ Icon to represent an avatar when you don't have one. The generated avatar will be generated from the initials of the name and have a colorful but consistent background. -![Avatar Icon example](../../.gitbook/assets/utils-avatar-icon.webp) +![Avatar Icon example](../../.gitbook/assets/utils-avatar-icon.png) ## Signature diff --git a/docs/utils-reference/icons/getFavicon.md b/docs/utils-reference/icons/getFavicon.md index 8a258f11d08..d85c37aba99 100644 --- a/docs/utils-reference/icons/getFavicon.md +++ b/docs/utils-reference/icons/getFavicon.md @@ -4,7 +4,7 @@ Icon showing the favicon of a website. A favicon (favorite icon) is a tiny icon included along with a website, which is displayed in places like the browser's address bar, page tabs, and bookmarks menu. -![Favicon example](../../.gitbook/assets/utils-favicon.webp) +![Favicon example](../../.gitbook/assets/utils-favicon.png) ## Signature diff --git a/docs/utils-reference/icons/getProgressIcon.md b/docs/utils-reference/icons/getProgressIcon.md index bd2dd5f3c29..d6e1daeecd5 100644 --- a/docs/utils-reference/icons/getProgressIcon.md +++ b/docs/utils-reference/icons/getProgressIcon.md @@ -2,7 +2,7 @@ Icon to represent the progress of a task, a project, _something_. -![Progress Icon example](../../.gitbook/assets/utils-progress-icon.webp) +![Progress Icon example](../../.gitbook/assets/utils-progress-icon.png) ## Signature