chore: Update destination page title to "S3 Destinations"

This commit is contained in:
Luis Eduardo Jeréz Girón
2024-07-24 12:49:50 -06:00
parent ce90847380
commit b3f5e29478

View File

@@ -20,7 +20,7 @@ func indexPage() gomponents.Node {
content := []gomponents.Node{
html.Div(
html.Class("flex justify-between items-start"),
component.H1Text("Destinations"),
component.H1Text("S3 Destinations"),
createDestinationButton(),
),
component.CardBox(component.CardBoxParams{
@@ -59,7 +59,7 @@ func indexPage() gomponents.Node {
}
return layout.Dashboard(layout.DashboardParams{
Title: "Destinations",
Title: "S3 Destinations",
Body: content,
})
}