aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/feeds/activity-notifications/+server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/feeds/activity-notifications/+server.ts b/src/routes/feeds/activity-notifications/+server.ts
index dd4ee0b4..fde2027d 100644
--- a/src/routes/feeds/activity-notifications/+server.ts
+++ b/src/routes/feeds/activity-notifications/+server.ts
@@ -19,7 +19,7 @@ const render = (posts: Notification[] = []) => `<?xml version="1.0" encoding="UT
<pubDate>${new Date().toUTCString()}</pubDate>
<lastBuildDate>${new Date().toUTCString()}</lastBuildDate>
<language>en-US</language>
- <snf:logo><url>https://due.moe/favicon-192x192.png</url></snf:logo>
+ <snf:logo><url>https://due.moe/favicon-196x196.png</url></snf:logo>
${posts
.filter((notification: Notification) => notification.type !== undefined)
.map((notification: Notification) => {