diff --git a/client/src/ui/molecules/mandala/index.scss b/client/src/ui/molecules/mandala/index.scss index 14a612e74eb0..a568011042a3 100644 --- a/client/src/ui/molecules/mandala/index.scss +++ b/client/src/ui/molecules/mandala/index.scss @@ -11,7 +11,7 @@ display: flex; justify-content: center; - .mandala-rotate > svg { + .mandala-rotate > .mandala-svg-container { animation: rotation 500s linear infinite; } diff --git a/client/src/ui/molecules/mandala/index.tsx b/client/src/ui/molecules/mandala/index.tsx index d4ce384c91f2..c1a28ee53d24 100644 --- a/client/src/ui/molecules/mandala/index.tsx +++ b/client/src/ui/molecules/mandala/index.tsx @@ -23,180 +23,188 @@ function Mandala({ rotate && !animate ? "mandala-rotate" : "" }`} > - - Mandala - - - {/**/} - {animate && ( - - )} - - - {animate && ( - - )} - - - {animate && ( - - )} - - - {animate && ( - - )} - - - {animate && ( - - )} - - - - -    ///// - ////// - / -    ///// - ////// - / -    ///// - ////// - / -    ///// - ////// - / -    ///// - ////// - / -    ///// - ////// - / -    ///// - ////// - / - - - - -   ++++++ -   ++++++ -   ++++++ -   ++++++ -   ++++++ -   ++++++ -   ++++++ - - - - - {{{{  - }}}}   - {{{{  - }}}}   - {{{{  - }}}}   - {{{{  - }}}}   - {{{{  - }}}}   - {{{{  - }}}}   - - - - -    ../../    ../../ -    ../../    ../../ -    ../../    ../../ -    ../../ - - - - - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - <></> - - - + {animate && ( + + )} + + + {animate && ( + + )} + + + {animate && ( + + )} + + + {animate && ( + + )} + + + {animate && ( + + )} + + + + +    ///// + ////// + / +    ///// + ////// + / +    ///// + ////// + / +    ///// + ////// + / +    ///// + ////// + / +    ///// + ////// + / +    ///// + ////// + / + + + + +   ++++++ +   ++++++ +   ++++++ +   ++++++ +   ++++++ +   ++++++ +   ++++++ + + + + + {{{{  + }}} + }   + {{{{  + }}} + }   + {{{{  + }}} + }   + {{{{  + }}} + }   + {{{{  + }}} + }   + {{{{  + }}} + }   + + + + +    ../../    ../../ +    ../../    ../../ +    ../../    ../../ +    ../../ + + + + + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + <></> + + + + );