Skip to content

Commit

Permalink
fix: tmp fix while i search for pic of unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
mattc41190 committed Feb 22, 2022
1 parent cba8ed8 commit bea843e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities_for_me/web_app/client/react/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ const WelcomePane = () => {
}

const TestimonialPane = ({ theme }) => {
const pic = theme === 'theme-pink' ? 'unicorn.png' : 'face-circle-sm.png'
const pic = 'face-circle-sm.png'
// const pic = theme === 'theme-pink' ? 'unicorn.png' : 'face-circle-sm.png'

return (
<section className='md:flex bg-theme-comp-primary-fill rounded-xl p-8 md:p-2 shadow-inner'>
Expand Down

0 comments on commit bea843e

Please sign in to comment.