Skip to content

Commit

Permalink
Fetch versioned icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rybinski committed Aug 15, 2021
1 parent f9d4193 commit b49b42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mul-heart.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useCSS, html, css, component } from 'https://deno.land/x/mulink@0.0.18/deps.js';
import { icon__size, icon__default, icon__active } from './mul-heart-icon.js';
import { icon__size, icon__default, icon__active } from 'https://deno.land/x/mulink@0.0.20/mul-heart-icon.js';

function MulHeart(element) {
const onClick = () => element.classList.toggle('active')
Expand Down

0 comments on commit b49b42a

Please sign in to comment.