Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
beyaz committed Oct 12, 2024
1 parent 428307e commit 5d335fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ReactWithDotNet.WebSite/HeaderComponents/MainPageFooter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ protected override Element render()
BorderTop(1, solid, Gray100),
Background(White),


"React ", new GradientText { "♥", FontSize20 }, " .Net"
};
}
Expand Down
2 changes: 1 addition & 1 deletion ReactWithDotNet.WebSite/Layouts/MainLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected override Element render()
FontWeight400,
FontSize(1 * rem),
LineHeight(1.5*CssUnit.em),
Background($"url({Asset("background.svg")})"), // TODO: check usage remove
// Background(url(Asset("background.svg"))), // TODO: check usage remove


new head
Expand Down

0 comments on commit 5d335fc

Please sign in to comment.