mintyfrankie / brilliant-CV-Submodule

Apache License 2.0
17 stars 16 forks source link

fix issue with custom personal info when not at the end #24

Closed bubuntux closed 7 months ago

bubuntux commented 7 months ago

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 : 2024-04-03T23:12:05,530451284-05:00

and after the change: 2024-04-03T23:12:25,647933456-05:00

this change fix that problem

mintyfrankie commented 7 months ago

Thanks @bubuntux for fixing this issue! LGTM.