Skip to content

Commit bd41304

Browse files
committed
Modification du lien dans le fichier sharebox
1 parent 191b0d3 commit bd41304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/ShareBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ interface Props {
1111
export default function ShareBox({ username, locale }: Props) {
1212
const dict = getDictionary(locale)
1313
const [copied, setCopied] = useState(false)
14-
const [url, setUrl] = useState(`https://devfolio.vercel.app/${username}`)
14+
const [url, setUrl] = useState(`https://devfolio-git.vercel.app/${username}`)
1515

1616
useEffect(() => {
1717
setUrl(`${window.location.origin}/${username}`)

0 commit comments

Comments
 (0)