Closed bubuntux closed 7 months ago
When a custom personal info custom-docker: (icon: fa-docker(), text: "Docker", link: "https://hub.docker.com/u/user"),
custom-docker: (icon: fa-docker(), text: "Docker", link: "https://hub.docker.com/u/user"),
is not at the end the Hbar is missing to separate it from the next element
so before it looks like :
and after the change:
this change fix that problem
Thanks @bubuntux for fixing this issue! LGTM.
When a custom personal info
custom-docker: (icon: fa-docker(), text: "Docker", link: "https://hub.docker.com/u/user"),
is not at the end the Hbar is missing to separate it from the next element
so before it looks like :
and after the change:
this change fix that problem