Skip to content

Commit 2a5cf9e

Browse files
committed
Improve h4 to h3
1 parent 1609b3b commit 2a5cf9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/docs/pages/plug-sdk/ios.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ DevRev.identifyUnverifiedUser(_:)
109109

110110
The function accepts the `DevRev.Identity` structure, where the user identifier (`userId`) is the only required property; all other properties are optional.
111111

112-
#### Verified identification
112+
### Verified identification
113113
The verified identification method is used to identify the user with a unique identifier and verify the user's identity with the DevRev backend.
114114

115115
```swift
@@ -205,14 +205,14 @@ To display the support chat screen in a SwiftUI app, you can use the following v
205205
DevRev.supportView
206206
```
207207

208-
#### Creating a new conversation
208+
### Creating a new conversation
209209
You have the ability to create a new conversation from within your app. The method will show the support chat screen and create a new conversation at the same time.
210210

211211
```swift
212212
DevRev.createSupportConversation()
213213
```
214214

215-
#### New conversation closure
215+
### New conversation closure
216216

217217
You can receive a callback when a new conversation is created by setting the following closure:
218218

0 commit comments

Comments
 (0)