Skip to content

Commit

Permalink
fixed #110
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed May 2, 2024
1 parent 26aad6e commit 63de649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/motions/landing-animations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { motion } from 'framer-motion';
import { PRIMARY_COLOR } from '../const';

const STROKE_WIDTH = 2;
const STROKE_SPEAD = 8;
const STROKE_SPEAD = 0;

export const InPaths = () => {
return (
Expand Down

0 comments on commit 63de649

Please sign in to comment.