Skip to content

Commit f5a97d4

Browse files
committed
add icon for sample
1 parent 32c3743 commit f5a97d4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Microsoft.Toolkit.Uwp.SampleApp.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
<Content Include="SamplePages\Graph\PersonView.png" />
275275
<Content Include="SamplePages\Primitives\ConstrainedBox.png" />
276276
<Content Include="SamplePages\Primitives\SwitchPresenter.png" />
277+
<Content Include="SamplePages\RichSuggestBox\RichSuggestBox.png" />
277278
<Content Include="SamplePages\TabbedCommandBar\TabbedCommandBar.png" />
278279
<Content Include="SamplePages\Animations\Effects\FadeBehavior.png" />
279280
<Content Include="SamplePages\ColorPicker\ColorPicker.png" />
3.16 KB
Loading

Microsoft.Toolkit.Uwp.SampleApp/SamplePages/samples.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,11 +490,11 @@
490490
"Type": "RichSuggestBoxPage",
491491
"Subcategory": "Input",
492492
"About": "A text input control that makes suggestions and keeps track of data token items in a rich document.",
493-
"CodeUrl": "https://github.com/huynhsontung/WindowsCommunityToolkit/tree/RichSuggestBox/Microsoft.Toolkit.Uwp.UI.Controls/RichSuggestBox",
493+
"CodeUrl": "https://github.com/huynhsontung/WindowsCommunityToolkit/tree/RichSuggestBox/Microsoft.Toolkit.Uwp.UI.Controls.Input/RichSuggestBox",
494494
"CodeFile": "RichSuggestBoxCode.bind",
495495
"XamlCodeFile": "RichSuggestBoxXaml.bind",
496-
"Icon": "/SamplePages/TokenizingTextBox/TokenizingTextBox.png",
497-
"DocumentationUrl": "https://raw.githubusercontent.com/MicrosoftDocs/WindowsCommunityToolkitDocs/master/docs/controls/TokenizingTextBox.md"
496+
"Icon": "/SamplePages/RichSuggestBox/RichSuggestBox.png",
497+
"DocumentationUrl": "https://raw.githubusercontent.com/huynhsontung/WindowsCommunityToolkitDocs/RichSuggestBox/docs/controls/RichSuggestBox.md"
498498
}
499499
]
500500
},

0 commit comments

Comments
 (0)