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