fix logo url
This commit is contained in:
@@ -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
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user