Skip to content

Commit 94b6134

Browse files
committed
Fix design of the blog page
1 parent 84bfee0 commit 94b6134

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

web/pages/blog/index.vue

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515
post.title
1616
}}</v-card-title>
1717
<v-card-subtitle>
18-
<span class="text-uppercase primary--text-color">{{
19-
post.date
20-
}}</span>
18+
<span class="text-uppercase blue--text">{{ post.date }}</span>
2119
• <span class="text-uppercase">{{ post.readTime }}</span>
2220
</v-card-subtitle>
2321
<v-card-text class="mt-n2">
@@ -60,7 +58,7 @@ export default {
6058
route: '/blog/forward-incoming-sms-from-phone-to-webhook',
6159
title:
6260
'How to forward a text message (SMS) from an android phone into your webhook',
63-
postDate: 'April 08, 2023',
61+
date: 'April 08, 2023',
6462
readTime: '5 min read',
6563
authorImage: require('@/assets/img/arnold.png'),
6664
description:

0 commit comments

Comments
 (0)