From 58dcd72154a81d5abd2f651c1c37ccefbb19ec85 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 15 Dec 2023 06:46:53 -0800 Subject: [PATCH] change Web icon from spider web to globe lat/lon lines --- web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.py b/web.py index c015b78..fea99d7 100644 --- a/web.py +++ b/web.py @@ -89,7 +89,7 @@ class Web(User, Protocol): """ ABBREV = 'web' OTHER_LABELS = ('webmention',) - LOGO_HTML = '🕸️' + LOGO_HTML = '🌐' # used to be 🕸️ CONTENT_TYPE = common.CONTENT_TYPE_HTML has_redirects = ndb.BooleanProperty()