Enhance restorations page with support project message and link

This commit is contained in:
Luis Eduardo
2025-02-06 02:15:48 +00:00
parent 4364441603
commit 4cd651e81d

View File

@@ -36,7 +36,14 @@ func (h *handlers) indexPageHandler(c echo.Context) error {
func indexPage(reqCtx reqctx.Ctx, queryData resQueryData) nodx.Node {
content := []nodx.Node{
component.H1Text("Restorations"),
nodx.Div(
component.H1Text("Restorations"),
nodx.P(
nodx.Text("If PG Back Web has helped you restore your database in an emergency, please"),
nodx.Text(" consider supporting the project, "),
component.SupportProjectAnchor("learn how here."),
),
),
component.CardBox(component.CardBoxParams{
Class: "mt-4",
Children: []nodx.Node{