fix(frontend): re-enable navbar animation

This commit is contained in:
Administrator 2023-08-30 19:39:08 +02:00
parent 86e4e637c4
commit 124a68bcf4

View file

@ -250,7 +250,7 @@ div.call-to-action-box {
--maxStrokeLengthNeg: -2001.85791015625; --maxStrokeLengthNeg: -2001.85791015625;
stroke-dasharray: var(--maxStrokeLength); stroke-dasharray: var(--maxStrokeLength);
stroke-dashoffset: var(--maxStrokeLength); stroke-dashoffset: var(--maxStrokeLength);
/*animation: logosignal 2s linear infinite;*/ animation: logosignal 2s linear infinite;
} }
@keyframes logoheart { @keyframes logoheart {