Skip to content

Commit

Permalink
Update iOs info
Browse files Browse the repository at this point in the history
  • Loading branch information
gariasf committed May 12, 2019
1 parent f0fe2bf commit 0ccc3dd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/views/home/howto/platforms/iOS/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ export default function IOSHowTo() {
<ul class={`flex flex-cross-center flex-sa ${style.stepContainer}`}>
<li class={`flex flex-full-center ${style.step}`}>
<span class={style.stepNumber}>1</span>
<p class={style.stepText}>Open the chat menu</p>
<p class={style.stepText}>Go to chat details</p>
</li>
<div class={style.divider} />
<li class={`flex flex-full-center ${style.step}`}>
<span class={style.stepNumber}>2</span>
<p class={style.stepText}>Select "More Options"</p>
</li>
<div class={style.divider} />
<li class={`flex flex-full-center ${style.step}`}>
<span class={style.stepNumber}>3</span>
<p class={style.stepText}>Select "Export chat"</p>
</li>
</ul>
Expand Down

0 comments on commit 0ccc3dd

Please sign in to comment.