Skip to content

Commit edd6a37

Browse files
committed
Create clients component
1 parent e989a57 commit edd6a37

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

src/components/about/AboutCounter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div class="mt-10 sm:mt-20 bg-gray-100 shadow-sm">
33
<div
4-
class="container mx-auto p-10 block sm:flex sm:justify-between sm:items-center"
4+
class="container mx-auto py-20 px-10 block sm:flex sm:justify-between sm:items-center"
55
>
66
<div class="mb-20 sm:mb-0">
77
<p class="text-4xl font-bold text-gray-600 mb-2">12</p>

src/components/about/Clients.vue

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<template>
2+
<div>
3+
<p>Some of the best companies I worked with</p>
4+
</div>
5+
</template>
6+
7+
<script>
8+
export default {
9+
setup() {},
10+
};
11+
</script>

0 commit comments

Comments
 (0)