diff --git a/ChangeLog.md b/ChangeLog.md
index f961a14..02409ce 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,4 +1,5 @@
# v4.3.2
+* Added a small binoculars icon over the banked perception value in the token HUD
* Fix module.json warning
* Disambiguate version naming in tests
diff --git a/scripts/hooks.js b/scripts/hooks.js
index 32e550d..5177762 100644
--- a/scripts/hooks.js
+++ b/scripts/hooks.js
@@ -275,6 +275,7 @@ Hooks.on('renderTokenHUD', (tokenHUD, html, app) => {
let value = engine.getPerceptionValue(perceptionFlag);
const title = game.i18n.localize("stealthy.spot.description");
const inputBox = $(`
+
`);