Skip to content

Commit

Permalink
fix(svg): update checkmark svg path to not be relative #107
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jul 27, 2023
1 parent 5c8f5ba commit a3bab53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auro-checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ifDefined } from 'lit/directives/if-defined.js';

// Import touch detection lib
import styleCss from "./auro-checkbox-css.js";
import checkLg from '../node_modules/@alaskaairux/icons/dist/icons/interface/check-lg_es6.js';
import checkLg from '@alaskaairux/icons/dist/icons/interface/check-lg_es6.js';

/**
* The auro-select element is a wrapper for auro-dropdown and auro-menu to create a dropdown menu control.
Expand Down

0 comments on commit a3bab53

Please sign in to comment.