Skip to content

Commit

Permalink
chore: update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Sep 13, 2024
1 parent fc70b49 commit f7027d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/stats.templ
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion views/stats_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7027d1

Please sign in to comment.