File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212> Génère un portfolio professionnel à partir de ton username GitHub en un clic.
1313
14- ** [ devfolio-git.vercel.app ] ( https://devfolio-git.vercel.app ) **
14+ ** [ dev-folio.tech ] ( https://www.dev-folio.tech/ ) **
1515
1616---
1717
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ interface Props {
1111export default function ShareBox ( { username, locale } : Props ) {
1212 const dict = getDictionary ( locale )
1313 const [ copied , setCopied ] = useState ( false )
14- const [ url , setUrl ] = useState ( `https://devfolio-git.vercel.app /${ username } ` )
14+ const [ url , setUrl ] = useState ( `https://www.dev-folio.tech /${ username } ` )
1515
1616 useEffect ( ( ) => {
1717 setUrl ( `${ window . location . origin } /${ username } ` )
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export function readLocaleFromDocument(): Locale {
1919const dictionaries = {
2020 fr : {
2121 footer : {
22- tagline : 'Portfolio GitHub en 30 secondes .' ,
22+ tagline : 'Transforme ton GitHub en portfolio .' ,
2323 languageLabel : 'Langue' ,
2424 themeLight : 'Jour' ,
2525 themeDark : 'Nuit' ,
@@ -79,7 +79,7 @@ const dictionaries = {
7979 } ,
8080 en : {
8181 footer : {
82- tagline : 'GitHub portfolio in 30 seconds .' ,
82+ tagline : 'Turn your GitHub into a portfolio .' ,
8383 languageLabel : 'Language' ,
8484 themeLight : 'Day' ,
8585 themeDark : 'Night' ,
You can’t perform that action at this time.
0 commit comments