1 parent 84bfee0 commit 94b6134Copy full SHA for 94b6134
1 file changed
web/pages/blog/index.vue
@@ -15,9 +15,7 @@
15
post.title
16
}}</v-card-title>
17
<v-card-subtitle>
18
- <span class="text-uppercase primary--text-color">{{
19
- post.date
20
- }}</span>
+ <span class="text-uppercase blue--text">{{ post.date }}</span>
21
• <span class="text-uppercase">{{ post.readTime }}</span>
22
</v-card-subtitle>
23
<v-card-text class="mt-n2">
@@ -60,7 +58,7 @@ export default {
60
58
route: '/blog/forward-incoming-sms-from-phone-to-webhook',
61
59
title:
62
'How to forward a text message (SMS) from an android phone into your webhook',
63
- postDate: 'April 08, 2023',
+ date: 'April 08, 2023',
64
readTime: '5 min read',
65
authorImage: require('@/assets/img/arnold.png'),
66
description:
0 commit comments