]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/utils.ts
Moving javascript disabled warning to top.
[lemmy-ui.git] / src / shared / utils.ts
index 79d52adfa0e86808eae68ae9b70ca70fd6bb1931..0e9f3a12b62c362b368fba7f4e58e5d2897b1d24 100644 (file)
@@ -1054,9 +1054,9 @@ function hsl(num: number) {
   return `hsla(${num}, 35%, 50%, 1)`;
 }
 
-function randomHsl() {
-  return `hsla(${Math.random() * 360}, 100%, 50%, 1)`;
-}
+// function randomHsl() {
+//   return `hsla(${Math.random() * 360}, 100%, 50%, 1)`;
+// }
 
 export function previewLines(
   text: string,