Extra fix
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<template lang="pug">
|
||||
#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')}}
|
||||
</template>
|
||||
|
||||
@@ -14,4 +16,6 @@ export default
|
||||
<i18n src='@/translations/Home.yaml'></i18n>
|
||||
|
||||
<style scoped lang="sass">
|
||||
img
|
||||
max-width: 100%
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user