Skip to content

Commit e860b67

Browse files
committed
milestones updates and fixes
1 parent 099c324 commit e860b67

4 files changed

Lines changed: 114 additions & 30 deletions

File tree

handler/app/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ func New(c echo.Context, sl *slog.Logger) error {
12921292
data["description"] = "What is new on the Defacto2 website?"
12931293
data["logo"] = "New stuff"
12941294
data["h1"] = "What is new?"
1295-
data["lead"] = "This quaint page does not appeal to algorithms, so maybe no one will see it?"
1295+
data["lead"] = "This quaint page does not appeal to algorithms, so who will see it?"
12961296
data["title"] = "New stuff"
12971297
data["carousel"] = "#carouselWhatsNew"
12981298
err := c.Render(http.StatusOK, name, data)

0 commit comments

Comments
 (0)