Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit 1ec024e

Browse files
committed
Replaced missing texts to Sakai
1 parent 62d0bd8 commit 1ec024e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "sigma-vue",
3-
"version": "4.0.0-SNAPSHOT",
2+
"name": "sakai-vue",
3+
"version": "3.0.0-SNAPSHOT",
44
"repository": {
55
"type": "git",
6-
"url": "https://github.com/primefaces/sigma-vue.git"
6+
"url": "https://github.com/primefaces/sakai-vue.git"
77
},
88
"license": "MIT",
99
"scripts": {

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default {
117117
label: 'Get Started',
118118
items: [
119119
{label: 'Documentation', icon: 'pi pi-fw pi-question', command: () => {window.location = "#/documentation"}},
120-
{label: 'View Source', icon: 'pi pi-fw pi-search', command: () => {window.location = "https://github.com/primefaces/sigma-vue"}}
120+
{label: 'View Source', icon: 'pi pi-fw pi-search', command: () => {window.location = "https://github.com/primefaces/sakai-vue"}}
121121
]
122122
}
123123
]

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
publicPath: process.env.NODE_ENV === 'production' ? '/sigma-vue' : '/'
2+
publicPath: process.env.NODE_ENV === 'production' ? '/sakai-vue' : '/'
33
}

0 commit comments

Comments
 (0)