Merge pull request #27 from turnrye/panel-to-dashy

fix: update link in footer with new repo name
This commit is contained in:
Alicia Sykes 2021-06-11 21:14:04 +01:00 committed by GitHub
commit 0006ee4cac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
},
};