Skip to content

Commit 982fd71

Browse files
committed
updates - Home page
Home page content revised
1 parent 88f1d90 commit 982fd71

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "webapp",
3-
"version": "0.1.0",
2+
"name": "vue-boilerplate-bootstrapvue-ts",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/Navbar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<b-nav-item
2929
right
3030
target="_blank"
31-
href="https://github.com/Vue-Boilerplates/vue-boilerplate-bootstrap-ts"
31+
href="https://github.com/Vue-Boilerplates/vue-boilerplate-bootstrapvue-ts"
3232
>
3333
v1.0.0
3434
</b-nav-item>

src/pages/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Navbar />
44
<b-jumbotron
55
header="Vue Boilerplates"
6-
lead="vue-boilerplate-bootstrap-ts"
6+
lead="vue-boilerplate-bootstrapvue-ts"
77
header-tag="h2"
88
fluid
99
class="m-0 p-0 p-3"
@@ -13,7 +13,7 @@
1313
<img width="130px" height="auto" src="/img/vue-boilerplates.svg" />
1414
</b-row>
1515
<p class="m-0 p-0">
16-
Vue + Bootstrap + Typescript + Lazy loading and code splitting
16+
Vue + BootstrapVue + Typescript + Lazy loading and code splitting
1717
</p>
1818
</b-jumbotron>
1919
<b-container>

0 commit comments

Comments
 (0)