aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
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;