mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-05 08:25:41 -05:00
fix some leftover stitches to-do items
This commit is contained in:
@@ -5,7 +5,7 @@ const hex2rgba = (hex: string, alpha: number) => {
|
||||
const green = (number >> 8) & 255;
|
||||
const blue = number & 255;
|
||||
|
||||
return `rgba(${red},${green},${blue},${alpha})`;
|
||||
return `rgba(${red}, ${green}, ${blue}, ${alpha})`;
|
||||
};
|
||||
|
||||
export default hex2rgba;
|
||||
|
||||
Reference in New Issue
Block a user