diff --git a/src/components/PageStrcture/Footer.vue b/src/components/PageStrcture/Footer.vue index 44df715c..a5b0b407 100644 --- a/src/components/PageStrcture/Footer.vue +++ b/src/components/PageStrcture/Footer.vue @@ -20,7 +20,7 @@ export default { licenseUrl: { type: String, default: 'https://gist.github.com/Lissy93/143d2ee01ccc5c052a17' }, date: { type: String, default: `${new Date().getFullYear()}` }, showCopyright: { type: Boolean, default: true }, - repoUrl: { type: String, default: 'https://github.com/lissy93/panel' }, + repoUrl: { type: String, default: 'https://github.com/lissy93/dashy' }, text: String, }, };