Skip to content

Commit 585af74

Browse files
committed
Fix string
1 parent 8f0e535 commit 585af74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/pages/blog/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ export default {
7575
blogPosts: [
7676
{
7777
route: '/blog/grant-send-and-read-sms-permissions-on-android',
78-
title:
79-
'How to grant SEND_SMS and RECEIVE_SMS permissions on Android 15+',
78+
title: 'How to grant SMS permissions on Android 15+',
8079
date: 'February 18, 2025',
8180
readTime: '5 min read',
8281
authorImage: require('@/assets/img/arnold.png'),

0 commit comments

Comments
 (0)