diff --git a/src/components/projectPost.vue b/src/components/projectPost.vue index 20b7753..52dffc3 100644 --- a/src/components/projectPost.vue +++ b/src/components/projectPost.vue @@ -55,6 +55,9 @@ drillMainIcon() { return this.mouseOverDrill?'drill-message':'marker'; }, + drillSubIcon() { + return this.mouseOverDrill?null:'footprint'; + }, anchorLink() { return '#'+[this.hash.page, this.project.currProject.codename, this.options.type, this.options.id].join(this.consts.hash_sep); }, @@ -186,12 +189,12 @@