Extra fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
#hello
|
#hello
|
||||||
b-jumbotron(header="TeamFND" :lead="$t('description')")
|
b-jumbotron(:lead="$t('description')")
|
||||||
|
template(slot="header")
|
||||||
|
img(src="https://raw.githubusercontent.com/TeamFND/TeamFNDLogo/master/Full.PNG" scale="auto")
|
||||||
b-btn(variant="primary" :to="{name:'Projects'}") {{$t('view_our_projects')}}
|
b-btn(variant="primary" :to="{name:'Projects'}") {{$t('view_our_projects')}}
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -14,4 +16,6 @@ export default
|
|||||||
<i18n src='@/translations/Home.yaml'></i18n>
|
<i18n src='@/translations/Home.yaml'></i18n>
|
||||||
|
|
||||||
<style scoped lang="sass">
|
<style scoped lang="sass">
|
||||||
|
img
|
||||||
|
max-width: 100%
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user