fix: update link in footer with new repo name

The footer link to viewing the source code sends users to the wrong repository. This repo must've been named "panel" in a past life, but now it is "dashy". This resolves the issue.
This commit is contained in:
Ryan Turner 2021-06-11 14:19:38 -05:00 committed by GitHub
parent cd274e2884
commit 49188f40ac
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,
},
};