Skip to content

Commit 30f433e

Browse files
authored
fix(icon): webrtc icon display (tauri-apps#266)
1 parent 27c5d55 commit 30f433e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const Roadmap = ({ siteConfig }) => {
112112
color: COLORS.green,
113113
targetQuarter: 'Q4 2019',
114114
},
115-
{
115+
{
116116
label: 'Alpha Release',
117117
icon: 'ti-flag-alt',
118118
color: COLORS.green,
@@ -240,7 +240,7 @@ const Roadmap = ({ siteConfig }) => {
240240
},
241241
{
242242
label: 'WebRTC',
243-
icon: 'ti-phone',
243+
icon: 'ti-microphone',
244244
color: COLORS.blue,
245245
targetQuarter: '2021',
246246
},

0 commit comments

Comments
 (0)