Skip to content

Commit

Permalink
#53 code fix for C# web template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jand42 committed Feb 4, 2025
1 parent 1eba3fd commit 54e22f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebSharper.Templates/templates/ClientServer-CSharp/Site.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Doc link(string txt, object act) =>
);
}

public static Task<Content> PageContent(Context<object> ctx, object endpoint, string title, Doc body) =>
public static Doc PageContent(Context<object> ctx, object endpoint, string title, Doc body) =>
new Template.Main()
.Title(title)
.MenuBar(MenuBar(ctx, endpoint))
Expand Down

0 comments on commit 54e22f8

Please sign in to comment.