Skip to content

Commit

Permalink
fix: comment out sphere animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-bams committed Oct 7, 2024
1 parent ecd5fce commit e0835c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/App/Splash/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { useDataStore } from '~/stores/useDataStore'
import { colors, formatSplashMessage, formatStatsResponse } from '~/utils'
import { AnimatedTextContent } from './animated'
import { initialMessageData, Message } from './constants'
import { SphereAnimation } from './SpiningSphere'

export const Splash = () => {
const [message, setMessage] = useState<Message>(initialMessageData)
Expand Down Expand Up @@ -70,7 +69,7 @@ export const Splash = () => {
return (
<SplashWrapper>
<Wrapper align="center" direction="row" justify="center">
<SphereAnimation />
{/* <SphereAnimation /> */}
<Flex style={{ color: colors.white }}>
<TitleWrapper>
<Text className="title">{appMetaData?.title}</Text>
Expand Down

0 comments on commit e0835c4

Please sign in to comment.