Text changes and renaming
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user