From 60c088380085f276314be645dae8a2882429b422 Mon Sep 17 00:00:00 2001 From: rhysd Date: Tue, 26 Nov 2024 13:15:28 +0900 Subject: [PATCH] update list of branding icon names to the latest --- rule_action.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rule_action.go b/rule_action.go index 841e22bd2..3cc181c64 100644 --- a/rule_action.go +++ b/rule_action.go @@ -237,6 +237,7 @@ var BrandingIcons = map[string]struct{}{ "sun": {}, "sunrise": {}, "sunset": {}, + "table": {}, "tablet": {}, "tag": {}, "target": {},