Skip to content

Commit

Permalink
Merge pull request #217 from incubateur-ademe/hotfix-undefined-emoji
Browse files Browse the repository at this point in the history
Hotfix undefined emoji
  • Loading branch information
Clemog authored Nov 13, 2023
2 parents 67d7887 + f82786f commit a56d801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nosgestesclimat-site-nextjs",
"license": "MIT",
"version": "3.1.0",
"version": "1.1.1",
"description": "The leading open source climate footprint calculator",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,8 +42,8 @@
"core-js": "^3.33.0",
"framer-motion": "^10.16.4",
"fuse.js": "6.6.2",
"html-to-image": "^1.11.11",
"gray-matter": "^4.0.3",
"html-to-image": "^1.11.11",
"html-webpack-plugin": "^5.5.3",
"i18next": "^23.5.1",
"i18next-browser-languagedetector": "^7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/design-system/utils/Emoji.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import emoji from 'react-easy-emoji'
import { twMerge } from 'tailwind-merge'

export default function Emoji({
children,
children = '...',
className,
...props
}: HTMLAttributes<HTMLSpanElement> &
Expand Down

0 comments on commit a56d801

Please sign in to comment.