feat(dashboard): remove unnecessary brackets from keys (#1791)

This commit is contained in:
Jorge Villalobos 2023-10-19 01:45:03 -04:00 committed by GitHub
parent ae77bfda89
commit d73aee4a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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