From 21b7d27dbc2f891dd950f12119196afdb9c94733 Mon Sep 17 00:00:00 2001 From: Romain PINSOLLE <53913510+TuroYT@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:01:08 +0100 Subject: [PATCH] Update logo URL in snowshare.json --- frontend/public/json/snowshare.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/snowshare.json b/frontend/public/json/snowshare.json index f952b4b18..40433298c 100644 --- a/frontend/public/json/snowshare.json +++ b/frontend/public/json/snowshare.json @@ -12,7 +12,7 @@ "documentation": "https://github.com/TuroYT/snowshare", "config_path": "/opt/snowshare/.env", "website": "https://github.com/TuroYT/snowshare", - "logo": "https://github.com/TuroYT/snowshare/raw/main/public/logo.svg", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/png/snowshare.png", "description": "A modern, secure file and link sharing platform built with Next.js, Prisma, and NextAuth. Share URLs, code snippets, and files with customizable expiration, privacy, and QR codes.", "install_methods": [ { @@ -32,4 +32,4 @@ "password": null }, "notes": [] -} \ No newline at end of file +}