Skip to content

Commit

Permalink
add russell to home page
Browse files Browse the repository at this point in the history
  • Loading branch information
raymonstah committed May 19, 2024
1 parent 4663256 commit b30d404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/api/server/server-html.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func (s *ServerHTML) HandlerIndex(w http.ResponseWriter, r *http.Request) error
if len(humans) >= 10 {
indexParams.RecentlyAdded = humans[:10]
}
musicians := byName(humans, "Samica Jhangiani", "Thuy Tran", "Jonathan Park")
musicians := byName(humans, "Russell Llantino", "Thuy Tran", "Jonathan Park")
actors := byName(humans, "Michelle Yeoh", "Sung Kang", "Constance Wu")
comedians := byName(humans, "Bobby Lee", "Sheng Wang", "Ali Wong")
legends := byName(humans, "Bruce Lee", "Anna May Wong", "Yuri Kochiyama")
Expand Down

0 comments on commit b30d404

Please sign in to comment.