Text changes and renaming

This commit is contained in:
2025-12-02 20:11:12 +02:00
parent a64e5b0aa4
commit 7419780032
2 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ const router = createRouter({
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue'),
component: () => import('../views/InfoView.vue'),
},
{
path: '/contact',

View File

@@ -17,8 +17,8 @@
<h3>Arvomme</h3>
<ul>
<li>
<strong>Ihmislähtöisyys:</strong> Laitteiden ja palveluiden tulee aina helpottaa
käyttäjiensä elämää. Ei vaikeuttaa sitä.
<strong>Järkevyys:</strong> Laitteiden ja palveluiden tulee aina helpottaa käyttäjiensä
elämää. Ei vaikeuttaa sitä.
</li>
<li>
<strong>Hallinta:</strong> Käyttäjän tulee voida itse määritellä mitä laite tai
@@ -49,6 +49,10 @@
</template>
<style scoped>
strong {
font-weight: 600;
}
.about-item {
margin-top: 2rem;
display: flex;