| 1 | namespace AgentForge.Plugin.View.Components.Layout; |
| 2 | |
| 3 | internal static class ForgeViewBrandLogo |
| 4 | { |
| 5 | public static string Render() => |
| 6 | ForgeHtml.ARaw( |
| 7 | "/view", |
| 8 | "brand", |
| 9 | null, |
| 10 | null, |
| 11 | ForgeHtml.Mark("brand-mark", "⚒"), |
| 12 | ForgeHtml.Text(" Forge")); |
| 13 | } |
| 14 | |
View only · write via MCP/CIDE