mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 13:14:58 +02:00
Merge pull request #27 from turnrye/panel-to-dashy
fix: update link in footer with new repo name
This commit is contained in:
commit
0006ee4cac
@ -20,7 +20,7 @@ export default {
|
|||||||
licenseUrl: { type: String, default: 'https://gist.github.com/Lissy93/143d2ee01ccc5c052a17' },
|
licenseUrl: { type: String, default: 'https://gist.github.com/Lissy93/143d2ee01ccc5c052a17' },
|
||||||
date: { type: String, default: `${new Date().getFullYear()}` },
|
date: { type: String, default: `${new Date().getFullYear()}` },
|
||||||
showCopyright: { type: Boolean, default: true },
|
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,
|
text: String,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user