fix logo url

This commit is contained in:
oiov
2025-10-29 15:34:19 +08:00
parent 1be15598ef
commit d56ddaf105
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ export default function UserUrlsList({ user, action }: UrlListProps) {
<div className="flex h-full flex-col rounded-lg border border-dotted bg-white px-3 py-1.5 backdrop-blur-lg dark:bg-black">
<div className="flex items-center justify-between gap-1">
<BlurImage
src={`https://unavatar.io/${extractHostname(short.target)}?fallback=https://wr.do/logo-192.png`}
src={`https://unavatar.io/${extractHostname(short.target)}?fallback=https://wr.do/logo.png`}
alt="logo"
width={30}
height={30}
+1 -1
View File
@@ -21,4 +21,4 @@ export const QR_LEVELS = ["L", "M", "Q", "H"] as const;
// get an explicit height or width, I'd rather default to something than throw.
export const DEFAULT_IMG_SCALE = 0.1;
export const WRDO_QR_LOGO = "https://wr.do/logo-192.png";
export const WRDO_QR_LOGO = "https://wr.do/logo.png";