Skip to content

Commit

Permalink
fix: fix footer and title
Browse files Browse the repository at this point in the history
  • Loading branch information
marioscrock committed Aug 27, 2024
1 parent 9f6286a commit 7ebcaed
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/mobilitydcatap-ui/js/chunk-vendors.ef96eecc.js"></script><script defer="defer" src="/mobilitydcatap-ui/js/app.22fa3a70.js"></script><link href="/mobilitydcatap-ui/css/chunk-vendors.32c2745c.css" rel="stylesheet"><link href="/mobilitydcatap-ui/css/app.a3a647c0.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><script defer="defer" src="/mobilitydcatap-ui/js/chunk-vendors.ef96eecc.js"></script><script defer="defer" src="/mobilitydcatap-ui/js/app.1aec21c4.js"></script><link href="/mobilitydcatap-ui/css/chunk-vendors.32c2745c.css" rel="stylesheet"><link href="/mobilitydcatap-ui/css/app.a3a647c0.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
2 changes: 2 additions & 0 deletions dist/js/app.1aec21c4.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.1aec21c4.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-footer padless>
<v-card class="flex" flat tile color="#f5f5f5">
<v-card-text class="text-center">
{{ new Date().getFullYear() }} — <strong><a href="https://www.cefriel.com">Cefriel</a></strong> - <strong><a href="https://www.cefriel.com/privacy-policy/">Privacy</a></strong>
{{ new Date().getFullYear() }} — <strong><a href="https://www.cefriel.com">Cefriel</a></strong>
</v-card-text>
</v-card>
</v-footer>
Expand Down
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const router= new Router({
name: 'asset_create',
component: AssetCreate,
props: {
asset_type : 'mobilityDCAT-AP'
asset_type : 'mobilityDCAT-AP UI'
},
meta: {
title: "Cefriel RDF Metadata Generator",
Expand Down

0 comments on commit 7ebcaed

Please sign in to comment.