Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MHP24 committed Mar 4, 2024
2 parents 916e29f + 6df06ee commit 10d5820
Show file tree
Hide file tree
Showing 4 changed files with 443 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"preview": "vite preview"
},
"dependencies": {
"cssnano": "6.0.5",
"js-cookie": "3.0.5",
"postcss-prefix-selector": "1.16.0",
"react": "18.2.0",
Expand Down
1 change: 1 addition & 0 deletions client/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export default {
'postcss-prefix-selector': {
prefix: '#chat_wrapper',
},
...(process.env.NODE_ENV === 'production' ? { cssnano: {} } : {})
},
}
2 changes: 1 addition & 1 deletion client/src/components/widget/widget-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const WidgetButton = () => {
name='open chat'
aria-label='open chat'
>
<img src={chatLogo} alt='open chat'/>
<img src={chatLogo} alt='open chat' className='w-8 h-8'/>
</button>
)
}
Loading

0 comments on commit 10d5820

Please sign in to comment.