Skip to content

Commit 5b92572

Browse files
committed
Mise a jour du lien devfolio
1 parent 499203e commit 5b92572

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

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-git.vercel.app/${username}`)
14+
const [url, setUrl] = useState(`https://www.dev-folio.tech/${username}`)
1515

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

lib/i18n.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function readLocaleFromDocument(): Locale {
1919
const 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',

0 commit comments

Comments
 (0)