Skip to content

Commit 9d8ba1c

Browse files
committed
Update footer on login page and demo
1 parent bb2bd50 commit 9d8ba1c

File tree

6 files changed

+9
-4
lines changed

6 files changed

+9
-4
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Changelog
2+
## [v2.1.5]
3+
4+
### Updated
5+
- Update footer on login page
6+
27
## [v2.1.4]
38

49
### Updated

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
function gtag(){dataLayer.push(arguments);}
33
gtag('js', new Date());
44

5-
gtag('config', 'UA-36759672-9');</script><script>(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js", "ym"); ym(48020168, "init", { id:48020168, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true, ecommerce:"dataLayer" });</script><link href=/sing-app-vue-dashboard/css/app.53c1b78c.css rel=preload as=style><link href=/sing-app-vue-dashboard/css/chunk-vendors.2286efdc.css rel=preload as=style><link href=/sing-app-vue-dashboard/js/app.ccd07d12.js rel=preload as=script><link href=/sing-app-vue-dashboard/js/chunk-vendors.a11b2f12.js rel=preload as=script><link href=/sing-app-vue-dashboard/css/chunk-vendors.2286efdc.css rel=stylesheet><link href=/sing-app-vue-dashboard/css/app.53c1b78c.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-cli doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/sing-app-vue-dashboard/js/chunk-vendors.a11b2f12.js></script><script src=/sing-app-vue-dashboard/js/app.ccd07d12.js></script></body></html>
5+
gtag('config', 'UA-36759672-9');</script><script>(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js", "ym"); ym(48020168, "init", { id:48020168, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, trackHash:true, ecommerce:"dataLayer" });</script><link href=/sing-app-vue-dashboard/css/app.53c1b78c.css rel=preload as=style><link href=/sing-app-vue-dashboard/css/chunk-vendors.2286efdc.css rel=preload as=style><link href=/sing-app-vue-dashboard/js/app.c76d6c68.js rel=preload as=script><link href=/sing-app-vue-dashboard/js/chunk-vendors.a11b2f12.js rel=preload as=script><link href=/sing-app-vue-dashboard/css/chunk-vendors.2286efdc.css rel=stylesheet><link href=/sing-app-vue-dashboard/css/app.53c1b78c.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-cli doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/sing-app-vue-dashboard/js/chunk-vendors.a11b2f12.js></script><script src=/sing-app-vue-dashboard/js/app.c76d6c68.js></script></body></html>

docs/js/app.c76d6c68.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.ccd07d12.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app-vue",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve --port 3000",

src/pages/Login/Login.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</Widget>
4141
</b-container>
4242
<footer class="auth-footer">
43-
2019 &copy; Sing App Vue Admin Dashboard Template.
43+
2019 &copy; Sing App Vue Admin Dashboard Template - Made by <a href="https://flatlogic.com/">Flatlogic</a>
4444
</footer>
4545
</div>
4646
</template>

0 commit comments

Comments
 (0)