Merge pull request 'Link to akkoma repos in version tab' (#2) from sfr/pleroma-fe:develop into develop

Reviewed-on: http://akkoma.dev/AkkomaGang/pleroma-fe/pulls/2
This commit is contained in:
floatingghost 2022-06-14 10:56:15 +00:00
commit 0d85492d57
1 changed files with 2 additions and 2 deletions

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