diff --git a/lua/taken/plugins/alpha.lua b/lua/taken/plugins/alpha.lua index 6e9c59b..4cb0937 100644 --- a/lua/taken/plugins/alpha.lua +++ b/lua/taken/plugins/alpha.lua @@ -18,7 +18,7 @@ return { dashboard.button("p", " " .. "Select project", ":Telescope neovim-project history "), dashboard.button("t", " " .. "Change theme", ":ThemeSwitcher "), dashboard.button("n", " " .. "Neorg", ":Neorg workspace main "), - dashboard.button("l", "󰚰 " .. "Lazy sync", ":Lazy sync "), + dashboard.button("l", "󰚰 " .. "LazyUI", ":Lazy "), } for _, button in ipairs(dashboard.section.buttons.val) do button.opts.hl = "AlphaButtons"