Skip to content

Commit

Permalink
Fix broken iphone icon (#10108)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Jan 31, 2024
1 parent 2fc3241 commit 3bc6e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-started/install/macos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target-list: [Desktop, Mobile-iOS, Mobile-Android, Web]
{% if icon == 'desktop' -%}
<span class="material-symbols">laptop_mac</span>
{% elsif icon == 'mobile-ios' -%}
<span class="symbols">phone_iphone</span>
<span class="material-symbols">phone_iphone</span>
{% elsif icon == 'mobile-android' -%}
<span class="material-symbols">phone_android</span>
{% else -%}
Expand Down

0 comments on commit 3bc6e10

Please sign in to comment.