Link to akkoma repos in version tab

This commit is contained in:
Sol Fisher Romanoff 2022-06-14 13:52:11 +03:00
parent c768641f09
commit dbf045c842
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62

View file

@ -1,7 +1,7 @@
import { extractCommit } from 'src/services/version/version.service'
const pleromaFeCommitUrl = 'https://git.pleroma.social/pleroma/pleroma-fe/commit/'
const pleromaBeCommitUrl = 'https://git.pleroma.social/pleroma/pleroma/commit/'
const pleromaFeCommitUrl = 'https://akkoma.dev/AkkomaGang/pleroma-fe/commit/'
const pleromaBeCommitUrl = 'https://akkoma.dev/AkkomaGang/akkoma/commit/'
const VersionTab = {
data () {