Skip to content

Commit

Permalink
fix(rgbdigest): loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Aug 14, 2024
1 parent dd577f0 commit f9d3aa6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/components/AwesomeLoadings/SmallSpinner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ import styles from './styles.module.scss'
import { ReactComponent as SmallSpinner } from '../../../assets/small-spinner.svg'

const Loading = () => {
return (
<div className={styles.container}>
<SmallSpinner />
</div>
)
return <SmallSpinner className={styles.container} />
}
export default Loading
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@media screen and (max-width: $mobileBreakPoint) {
width: 90%;
padding: 16px;
margin: 178px auto;
}
}

Expand Down

0 comments on commit f9d3aa6

Please sign in to comment.