Skip to content

Commit 6daaa7e

Browse files
authored
Replaced remaining old domain (#1822)
1 parent e02c49f commit 6daaa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/feedback-input/header-feedback.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ const Emoji = React.memo(({ code }) => (
490490
decoding="async"
491491
width={20}
492492
height={20}
493-
src={`https://assets.zeit.co/twemoji/1${code}.svg`}
493+
src={`https://assets.vercel.com/twemoji/1${code}.svg`}
494494
alt="emoji"
495495
/>
496496
))

0 commit comments

Comments
 (0)