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 // route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route // this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited. // which is lazy-loaded when the route is visited.
component: () => import('../views/AboutView.vue'), component: () => import('../views/InfoView.vue'),
}, },
{ {
path: '/contact', path: '/contact',

View File

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