Correctly link to BE commit in version tab

This commit is contained in:
Sol Fisher Romanoff 2022-06-14 22:06:02 +03:00
parent 36309ebe04
commit adc6b86e6b
No known key found for this signature in database
GPG key ID: 9D3F2B64F2341B62
2 changed files with 15 additions and 4 deletions

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 pleromaBeCommitUrl = 'https://akkoma.dev/AkkomaGang/akkoma/commits/'
const VersionTab = {
data () {