style(dashboard): remove unnecessary brackets from keys

This commit is contained in:
Jorge Villalobos 2023-10-18 13:00:34 -04:00
parent ae77bfda89
commit 868b1b0554
No known key found for this signature in database
GPG key ID: 8470FA7E2AC8A3B3

View file

@ -391,6 +391,7 @@ return {
for _, button in ipairs(opts.config.center) do
button.desc = button.desc .. string.rep(" ", 43 - #button.desc)
button.key_format = " %s"
end
-- close Lazy and re-open when the dashboard is ready