Skip to content

Commit

Permalink
Update IconTagHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted authored Nov 9, 2024
1 parent 5ee31fa commit d65c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IconTagHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public override void Process(TagHelperContext context, TagHelperOutput output)
output.Attributes.SetAttribute("stroke-width", icon.StrokeWidth);
}

output.Attributes.SetAttribute("viewbox", icon.ViewBox);
//output.Attributes.SetAttribute("viewbox", icon.ViewBox);

output.Content.AppendHtml(icon.Path);

Expand Down

0 comments on commit d65c445

Please sign in to comment.