1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-30 01:06:00 -04:00

clean up some client JS

This commit is contained in:
2021-10-31 12:48:50 -04:00
parent b894f96bbe
commit 257dff937c
4 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import SimpleAnchor from "simple-anchor";
const anchors = new SimpleAnchor({
icon: "",
icon: null,
});
anchors.add("div#content h2, div#content h3, div#content h4");