We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191b0d3 commit bd41304Copy full SHA for bd41304
1 file changed
components/ShareBox.tsx
@@ -11,7 +11,7 @@ interface Props {
11
export default function ShareBox({ username, locale }: Props) {
12
const dict = getDictionary(locale)
13
const [copied, setCopied] = useState(false)
14
- const [url, setUrl] = useState(`https://devfolio.vercel.app/${username}`)
+ const [url, setUrl] = useState(`https://devfolio-git.vercel.app/${username}`)
15
16
useEffect(() => {
17
setUrl(`${window.location.origin}/${username}`)
0 commit comments