Skip to content

Commit

Permalink
docs: add url for assets documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ju-Skinner committed Mar 14, 2024
1 parent d18fc18 commit 5d75a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pds-icon/assetPath.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
`)
}

Expand Down

0 comments on commit 5d75a6e

Please sign in to comment.