* Added pulsar-edit Downloads & Stargazers * Manage colour similar to how Docker Badges do * Fixed typo in colour * Or it seems no other (not found) tests check colour, likely overrided elsewhere * Remove usage of 'Edit' * errorMessages => httpErrors && downloads => dt --------- Co-authored-by: Caleb Cartwright <calebcartwright@users.noreply.github.com>
8 lines
259 B
JavaScript
8 lines
259 B
JavaScript
// This is based on the format the Docker badges have taken.
|
|
// Seems Tests require `#` before colors, whereas the badges do not.
|
|
// So a color variable can be exported for all modules to use as needed.
|
|
|
|
const pulsarPurple = '662d91'
|
|
|
|
export { pulsarPurple }
|