Skip to content

Commit

Permalink
fix: correct documentDB icon name (#2800)
Browse files Browse the repository at this point in the history
* fix: correct documentDB icon name

* fix: correct unit
  • Loading branch information
chambo-e authored Aug 8, 2023
1 parent 32e9211 commit ab4a9d2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-feet-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ultraviolet/icons': patch
---

Correct documentDB icon name
2 changes: 1 addition & 1 deletion packages/icons/src/components/ProductIcon/Icons.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const PRODUCT_ICONS = {
documentDatabase: (
documentDB: (
<g className="Managed-Database-Document">
<g className=".Square">
<path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ exports[`ProductIcon should work with all names should work with dns 1`] = `
</DocumentFragment>
`;

exports[`ProductIcon should work with all names should work with documentDatabase 1`] = `
exports[`ProductIcon should work with all names should work with documentDB 1`] = `
<DocumentFragment>
.cache-p0wrrt-StyledIcon {
width: 32px;
Expand Down

0 comments on commit ab4a9d2

Please sign in to comment.