From 696e7fca718daa04a48fe916b5b85057bb5b05a6 Mon Sep 17 00:00:00 2001 From: brunoschadeck Date: Mon, 29 Jul 2024 16:38:25 +0200 Subject: [PATCH 1/2] fix: broken link on icons readme page in patternhub --- packages/foundations/docs/Icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foundations/docs/Icons.md b/packages/foundations/docs/Icons.md index 78294ae27f9..b0a9a6d121a 100644 --- a/packages/foundations/docs/Icons.md +++ b/packages/foundations/docs/Icons.md @@ -23,4 +23,4 @@ You can add an icon before or after a tag, by adding an `data-` attribute to you If you have custom icons and want to use them for foundations and/or in components, you need to generate a **woff2** file. -[More information](./CustomIcons.md) +[More information](./custom-icons) From bc27d3e1acc5f1df169cbacfb86732afc3ca20e3 Mon Sep 17 00:00:00 2001 From: Nicolas Merget Date: Wed, 18 Dec 2024 08:38:40 +0100 Subject: [PATCH 2/2] fix: use absolute path for custom icons --- packages/foundations/docs/Icons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foundations/docs/Icons.md b/packages/foundations/docs/Icons.md index 7ed1854918c..6d7d6ff689d 100644 --- a/packages/foundations/docs/Icons.md +++ b/packages/foundations/docs/Icons.md @@ -28,4 +28,4 @@ You could use the CSS Custom Property `--db-icon-color` to overwrite the icons c If you have custom icons and want to use them for foundations and/or in components, you need to generate a **woff2** file. -[More information](./custom-icons) +[More information](https://github.com/db-ui/mono/blob/main/packages/foundations/docs/CustomIcons.md)