Skip to content

Commit

Permalink
feat(icons): use correct cdn link
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciomutte committed Jul 25, 2023
1 parent d51aa36 commit 93cc036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/components/icon/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { Component, Host, Prop, h } from '@stencil/core'

import { IconProps } from '../../icons'

// @note: this is a temporary solution using sandbox until we have a proper CDN for our icons
const CDN_URL = 'https://d2kfdqa8kiizgt.cloudfront.net/atomium/icons'
const CDN_URL = 'https://cdn.juntossomosmais.com.br/atomium/icons'

@Component({
tag: 'atom-icon',
Expand Down

0 comments on commit 93cc036

Please sign in to comment.