mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2024-11-20 05:49:54 +01:00
Correct commit locations for the version tab in settings.
This commit is contained in:
parent
8c9c6e0f34
commit
c9e347b4d7
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
import { extractCommit } from 'src/services/version/version.service'
|
||||
|
||||
const pleromaFeCommitUrl = 'https://akkoma.dev/AkkomaGang/pleroma-fe/commit/'
|
||||
const pleromaBeCommitUrl = 'https://akkoma.dev/AkkomaGang/akkoma/commit/'
|
||||
const pleromaFeCommitUrl = 'https://git.youjo.love/youjo/youjo-fe/commit/'
|
||||
const pleromaBeCommitUrl = 'https://git.youjo.love/youjo/youjo-be/commit/'
|
||||
|
||||
const VersionTab = {
|
||||
data () {
|
||||
|
|
Loading…
Reference in a new issue