Correct commit locations for the version tab in settings.

This commit is contained in:
Chizu 2023-03-17 16:30:15 +09:00
parent 8c9c6e0f34
commit c9e347b4d7

View file

@ -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 () {