1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

feat: continue migrating to full name instead of nickname

This commit is contained in:
2023-05-31 20:09:08 +02:00
parent 7bcc5f972c
commit 9d44671fed
18 changed files with 42 additions and 36 deletions

View File

@ -10,7 +10,7 @@ describe('<Footer />', () => {
.should(
'have.attr',
'href',
`https://github.com/Divlo/Divlo/releases/tag/v${version}`
`https://github.com/theoludwig/theoludwig/releases/tag/v${version}`
)
})
})