Skip to content

Commit

Permalink
Remove button-with-icon reference
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 7, 2024
1 parent 96b00b0 commit ee36f36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body = """
{% if previous.version %}\
## [{{ version | trim_start_matches(pat="v") }}](<REPO>/compare/{{ previous.version }}..{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }}
{% else %}\
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(timezone="America/New_York", format="%Y-%m-%d") }}
## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(timezone="America/New_York", format="%B %e, %Y") }}
{% endif %}\
{% else %}\
## [unreleased]
Expand Down
1 change: 0 additions & 1 deletion packages/cfpb-design-system/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
@forward 'components/cfpb-buttons/button';
@forward 'components/cfpb-buttons/button-group';
@forward 'components/cfpb-buttons/button-link';
@forward 'components/cfpb-buttons/button-with-icon';

// Expandables.
@forward 'components/cfpb-expandables/vars';
Expand Down

0 comments on commit ee36f36

Please sign in to comment.