Skip to content

Commit

Permalink
Update styling import
Browse files Browse the repository at this point in the history
  • Loading branch information
marbiano committed Nov 4, 2020
1 parent caaf5ac commit 7779ad5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import cn from 'classnames'
import styles from './FeatureBar.module.css'
import s from './FeatureBar.module.css'

interface FeatureBarProps {
className?: string
Expand All @@ -17,7 +17,7 @@ const FeatureBar: React.FC<FeatureBarProps> = ({
hide,
}) => {
const rootClassName = cn(
styles.root,
s.root,
{
transform: true,
'translate-y-0 opacity-100': !hide,
Expand Down
File renamed without changes.

0 comments on commit 7779ad5

Please sign in to comment.