Skip to content

Commit 4b59c17

Browse files
committed
test
1 parent 6355b91 commit 4b59c17

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

‎lua/leetcode-ui/group/page/blind-75.lua‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,10 @@ local list = Button("List", {
2121
on_press = cmd.blind_75
2222
})
2323

24-
local random = Button("Random", {
25-
icon = "",
26-
sc = "r",
27-
on_press = cmd.random_question,
28-
})
29-
3024
local back = BackButton("problems")
3125

3226
page:insert(Buttons({
3327
list,
34-
random,
3528
back,
3629
}))
3730

‎lua/leetcode-ui/group/page/problems.lua‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ local leetcode75 = Button("LeetCode 75", {
5151
expandable = true
5252
})
5353

54-
5554
local top150 = Button("Top 150", {
5655
icon = "󱜺",
5756
sc = "t",

0 commit comments

Comments
 (0)