Skip to content

Commit 9c89fd5

Browse files
committed
Fix order of parameters in Notification examples on ReferencePage
1 parent cc55a35 commit 9c89fd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/website/src/pages/ReferencePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export default function ReferencePage({ version }: { version:Iversion}) {
6161
<div className='paragraph'>
6262
<span className="cod paragraph">setSmallIcon</span> == <span className="code yellow-shade">Notification(..., app_icon="...") </span><br/><br/>
6363
<span className="cod">setLargeIcon</span> == <span className="code yellow-shade">Notification(..., large_icon_path="...", style=NotificationStyles.LARGE_ICON)</span><br/><br/>
64-
<span className="cod">setBigPicture</span> == <span className="code yellow-shade">Notification(..., body="...", style=NotificationStyles.BIG_PICTURE)</span><br/><br/>
65-
<span className="cod">setBigText</span> == <span className="code yellow-shade">Notification(..., big_picture_path="...", style=NotificationStyles.BIG_TEXT)</span><br/>
64+
<span className="cod">setBigPicture</span> == <span className="code yellow-shade">Notification(..., big_picture_path="...",style=NotificationStyles.BIG_PICTURE)</span><br/><br/>
65+
<span className="cod">setBigText</span> == <span className="code yellow-shade">Notification(..., body="...", style=NotificationStyles.BIG_TEXT)</span><br/>
6666
</div>
6767
</section>}
6868
{/* Instance Methods Section */}

0 commit comments

Comments
 (0)