Fix github button link

masks
Warinyourself 4 years ago
parent ae64926016
commit 95913cbab9

@ -12,7 +12,7 @@ export default class GithubButton extends Vue {
return <AppButton return <AppButton
fab fab
href="https://github.com/Warinyourself" href="https://github.com/Warinyourself"
class="github-link" class="github-link active-block"
target="_blank" target="_blank"
> >
<AppIcon name="github"/> <AppIcon name="github"/>

@ -3,7 +3,7 @@ import AppSelector, { AppSelectorProps as SProps } from '@/components/app/AppSel
import { generateDesktopIcons, languageMap } from '@/utils/helper' import { generateDesktopIcons, languageMap } from '@/utils/helper'
import { AppModule } from '@/store/app' import { AppModule } from '@/store/app'
import { PageModule } from '@/store/page' import { PageModule } from '@/store/page'
import { osList } from '@/models/app' import { osList } from '@/utils/constant'
import { LoginPosition } from '@/models/page' import { LoginPosition } from '@/models/page'
@Component @Component

Loading…
Cancel
Save