Merge pull request 'Correctly link to BE commit in version tab' (#3) from sfr/pleroma-fe:develop into develop

Reviewed-on: http://akkoma.dev/AkkomaGang/pleroma-fe/pulls/3
This commit is contained in:
floatingghost 2022-06-17 11:56:12 +00:00
commit 3806f579b9
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 () {