From b739974c6dae56c97a01fbb699f763c316fe6b40 Mon Sep 17 00:00:00 2001 From: wood chen Date: Mon, 21 Oct 2024 12:55:27 +0800 Subject: [PATCH] fix: update profile link with new domain --- src/components/UnsplashSearch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UnsplashSearch.js b/src/components/UnsplashSearch.js index 5517c85..1f93b01 100644 --- a/src/components/UnsplashSearch.js +++ b/src/components/UnsplashSearch.js @@ -32,7 +32,7 @@ const UnsplashSearch = ({ largeImgPreview }) => { url: image.urls.regular, name: image.user.name, avatar: image.user.profile_image.small, - profile: `${image.user.links.html}?utm_source=https://coverview.vercel.app&utm_medium=referral`, + profile: `${image.user.links.html}?utm_source=https://coverview.czl.net&utm_medium=referral`, downloadLink: image.links.download_location })