mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 02:09:24 +00:00
typo
This commit is contained in:
parent
328d7541c6
commit
a3c8c79de9
@ -20,7 +20,7 @@ const AnimatedBackground: React.FC = () => {
|
||||
|
||||
const update = () => {
|
||||
const from = getRandomColor()
|
||||
// Calculate cojugate color based on the golden ratio
|
||||
// Calculate conjugate color based on the golden ratio
|
||||
const to: Color = [Math.floor(from[0] + (255 * GoldenRatio * 2)) % 255, from[1], from[2]]
|
||||
|
||||
setStart(from)
|
||||
|
Loading…
x
Reference in New Issue
Block a user