mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-17 19:10:19 -06:00
Enhance restorations page with support project message and link
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user