Skip to content

Commit 3e5d9b0

Browse files
committed
Fix a missing callout in the Cordova SDK
1 parent 121e0a8 commit 3e5d9b0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fern/docs/pages/sdks/mobile/cordova/quickstart.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ To enable push notifications in the sample app, you need to set up your Firebase
6363
</Tab>
6464
</Tabs>
6565

66-
> [!IMPORTANT]
67-
> The provided configuration files contain dummy placeholder values and must be replaced with your actual Firebase project configuration files to ensure proper push notifications functionality.
66+
<Callout intent="warning">
67+
The provided configuration files contain dummy placeholder values and must be replaced with your actual Firebase project configuration files to ensure proper push notifications functionality.
68+
</Callout>
6869

6970
<Tabs>
7071
<Tab title="Android">

0 commit comments

Comments
 (0)