Skip to content

Commit 2682ca5

Browse files
committed
fix
1 parent 007de06 commit 2682ca5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎lua/leetcode-ui/group/page/arrays-and-hashing-75.lua‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ local page = Page()
1313

1414
page:insert(header)
1515

16-
page:insert(Title({ "Topics" }, "Array & Hashing"))
16+
page:insert(Title({ "Topics" }, "Arrays & Hashing"))
1717

1818
local list = Button("List", {
1919
icon = "",
@@ -27,7 +27,7 @@ local random = Button("Random", {
2727
on_press = cmd.random_arrays_and_hashing_75,
2828
})
2929

30-
local back = BackButton("topics")
30+
local back = BackButton("topics-75")
3131

3232
page:insert(Buttons({
3333
list,

0 commit comments

Comments
 (0)