From f7027d13b0e36a97e0d702358e78e78209ba3e45 Mon Sep 17 00:00:00 2001 From: Rickard Natt och Dag Date: Fri, 13 Sep 2024 07:01:40 +0200 Subject: [PATCH] chore: update naming --- views/stats.templ | 2 +- views/stats_templ.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/stats.templ b/views/stats.templ index 1327050..56bf050 100644 --- a/views/stats.templ +++ b/views/stats.templ @@ -80,7 +80,7 @@ templ Stats(props StatsProps) { } if props.BestOfTheYear.ID != 0 { @components.DescriptionListItem(components.DescriptionListItemProps{ - Detail: "Best of the Year", + Detail: "Best of the year", }) { @components.Link(components.LinkProps{Href: fmt.Sprintf("/movie/%d", props.BestOfTheYear.ID)}) { { props.BestOfTheYear.Title } diff --git a/views/stats_templ.go b/views/stats_templ.go index 5c170b7..e42883e 100644 --- a/views/stats_templ.go +++ b/views/stats_templ.go @@ -387,7 +387,7 @@ func Stats(props StatsProps) templ.Component { return templ_7745c5c3_Err }) templ_7745c5c3_Err = components.DescriptionListItem(components.DescriptionListItemProps{ - Detail: "Best of the Year", + Detail: "Best of the year", }).Render(templ.WithChildren(ctx, templ_7745c5c3_Var18), templ_7745c5c3_Buffer) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err