From 4d120bccd8a031b4092db82ffbc0843fb15f9f10 Mon Sep 17 00:00:00 2001 From: voidq Date: Thu, 23 Jul 2026 19:47:05 +0800 Subject: renamed snac-btn-like to snac-btn-clear-all by mistake clear_all btn was given class snac-btn-like --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index 4810601..bc4dd63 100644 --- a/html.c +++ b/html.c @@ -4337,7 +4337,7 @@ xs_str *html_notifications(snac *user, int skip, int show) xs_html_attr("id", "clear"), xs_html_sctag("input", xs_html_attr("type", "submit"), - xs_html_attr("class", "snac-btn-like"), + xs_html_attr("class", "snac-btn-clear-all"), xs_html_attr("value", L("Clear all"))))); xs_html *noti_new = NULL; -- cgit