Skip to content

Commit a5fbbd9

Browse files
committed
Update relative-content-size-using-flexboxes.md
I assume you intended to set the data-icon attribute value to 'settings' for the Settings link?
1 parent ae6b163 commit a5fbbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/how-to/relative-content-size-using-flexboxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The example below demonstrates how to create relative content size using CSS 3 f
2525
<div data-role="footer">
2626
<div data-role="tabstrip">
2727
<a href="" data-icon="home">Home</a>
28-
<a href="" data-icon="home">Settings</a>
28+
<a href="" data-icon="settings">Settings</a>
2929
</div>
3030
</div>
3131
</div>

0 commit comments

Comments
 (0)