Skip to content

Commit

Permalink
Deprecate util::include_cdn_icons
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkazik committed Sep 13, 2023
1 parent 75d1d19 commit 5ee5686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/yew-bootstrap/src/util/include.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub fn include_inline() -> VNode {

/// Include the Bootstrap Icons CDN
#[inline(always)]
#[deprecated = "Use icons::BIFiles::cdn() instead"]
pub fn include_cdn_icons() -> VNode {
BIFiles::cdn()
}

0 comments on commit 5ee5686

Please sign in to comment.