From 5d75a6e8c26e7a94dd986f70da2be1f6d4b5de21 Mon Sep 17 00:00:00 2001 From: Julian Skinner Date: Wed, 13 Mar 2024 20:05:01 -0500 Subject: [PATCH] docs: add url for assets documentation --- src/components/pds-icon/assetPath.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pds-icon/assetPath.ts b/src/components/pds-icon/assetPath.ts index 0c4f81f..48edc39 100644 --- a/src/components/pds-icon/assetPath.ts +++ b/src/components/pds-icon/assetPath.ts @@ -32,7 +32,7 @@ export const getAssetPath = (path: string) => { if ( assetBasePath.startsWith('https://cdn.jsdelivr.net/npm/') && !missingAssetPathWarning ) { missingAssetPathWarning = true; console.warn(` - Fetching Pine asssets from jsDelivr CDN.\n\n It's recommended that you bundle Pine Assets with your application and setting the path accordingly.\n\nFor more information you read the documentation: + Fetching Pine asssets from jsDelivr CDN.\n\n It's recommended that you bundle Pine Assets with your application and setting the path accordingly.\n\nFor more information you read the documentation: \nhttps://pine-design-system.netlify.app/?path=/docs/resources-assets--docs `) }