diff --git a/scripts/emoji-convert.sh b/scripts/emoji-convert.sh index c6504037..0df8ce6f 100755 --- a/scripts/emoji-convert.sh +++ b/scripts/emoji-convert.sh @@ -18,7 +18,7 @@ fi if [[ "$1" == *.js ]]; then echo -n "// This file is generated by scripts/emoji-convert.sh to reduce the size // Original data source: https://github.com/github/gemoji/blob/master/db/emoji.json -const rawEmojis = " > "$1" +export const rawEmojis = " > "$1" cat "$SCRIPTDIR/emoji.json" | jq -rc 'map({emoji: .emoji,aliases: .aliases})' >> "$1" elif [[ "$1" == *.md ]]; then echo "# Emoji reference diff --git a/web/public/index.html b/web/public/index.html index 5457d960..db52435b 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -1,29 +1,40 @@ -
- - - - - - - -