diff --git a/src/assets/styles.css b/src/assets/styles.css index 79420e6..198cac3 100755 --- a/src/assets/styles.css +++ b/src/assets/styles.css @@ -18,6 +18,7 @@ } .button:hover{ border:#0483d8 solid 1px; + padding:19px; transition:0.4s; background-color:white; color:#0483d8; @@ -124,6 +125,7 @@ h1,h2,h3,p,.buttons-redirect,span,a{ } .link:hover{ text-decoration: underline 3px; + cursor: pointer; } diff --git a/src/routes.js b/src/routes.js index 620ac43..5af4285 100755 --- a/src/routes.js +++ b/src/routes.js @@ -8,7 +8,7 @@ Prenez les exemples et modifiez le contenu. Vous ne savez pas coder ? Ouvrez une issue sur git.p2p.legal/llaq/infojune/issues Documentation : -git.p2p.legal/llaq/g1land/wiki +git.p2p.legal/llaq/infojune/wiki */ import softbox from '@/components/SoftBox.vue' @@ -18,19 +18,6 @@ import cf from '@/components/cf.vue' import notfound from '@/components/NotFound.vue' export const routes = [ - /* - { path: '/gchange', - component: softbox, - props: { - name: "gchange", - img: "gchange.svg", - desc: "Gchange est le marketplace le plus utilisé pour les achats en g1", - - href:"https://gchange.fr" - } -}, -*/ - /* GROUPES LOCAUX */ { path: '/axiom', component: softbox,