Skip to content

Commit

Permalink
Docs: Fix wrong asset names for utils package.
Browse files Browse the repository at this point in the history
  • Loading branch information
sxn committed Jul 24, 2024
1 parent d59cef2 commit f8c31df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/utils-reference/icons/getAvatarIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/utils-reference/icons/getFavicon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/utils-reference/icons/getProgressIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8c31df

Please sign in to comment.