Skip to content

Commit 47981fc

Browse files
docs(gantt): fix tooltip example (#1599)
There was an incorrect end tag for the TelerikFontIcon
1 parent d40103f commit 47981fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/gantt/timeline/templates/tooltip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apart from that, you can add and customize any other content - for example, icon
4545
OnDelete="@DeleteItem">
4646
<TooltipTemplate>
4747
<h5>@(((TooltipTemplateContext)context).Title)</h5>
48-
<TelerikFontIcon Class="status" Icon="@FontIcon.Rotate"></TelerikIcon>
48+
<TelerikFontIcon Class="status" Icon="@FontIcon.Rotate"></TelerikFontIcon>
4949
@(((TooltipTemplateContext)context).DataAttributes["percent"])% Completed
5050
<br />
5151
</TooltipTemplate>
@@ -174,4 +174,4 @@ Apart from that, you can add and customize any other content - for example, icon
174174

175175
## See Also
176176

177-
* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates)
177+
* [Live Demo: Gantt Templates](https://demos.telerik.com/blazor-ui/gantt/templates)

0 commit comments

Comments
 (0)