rename dashboard to header

This commit is contained in:
asep komarudin 2023-03-06 19:36:07 +07:00
parent ad59d61555
commit 7433474605
4 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@ local board = {
local data_exists, custom_dasboard = pcall(require, "core.config")
if data_exists then
local data_board = custom_dasboard.dashboard2
local data_board = custom_dasboard.header2
if data_board ~= nil then
board = data_board
end