Explorar el Código

update about page

Olivier Massot hace 6 meses
padre
commit
15dc87f2e8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      app/pages/about.vue

+ 3 - 0
app/pages/about.vue

@@ -5,6 +5,9 @@
       <p class="text-center">
         This is a demo application built with Symfony 7 + Nuxt.js 3.
       </p>
+      <p class="text-center">
+        <a href="https://github.com/olinox14/model_snc">Contribute</a>
+      </p>
     </v-card>
   </div>
 </template>