Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmuehsig committed Nov 27, 2023
1 parent 1987ebd commit 987f65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dienstplan.Web/Components/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
var sb = new StringBuilder();
sb.AppendLine("BEGIN:VCALENDAR");
sb.AppendLine("VERSION:2.0");
sb.AppendLine("PRODID:-//Your Company//Your Product//EN");
sb.AppendLine("PRODID:-//Code Inside//Dienstplan//DE");
foreach (var entry in dayInputs)
{
Expand Down

0 comments on commit 987f65d

Please sign in to comment.