|
|
|
@ -299,7 +299,7 @@
|
|
|
|
|
document.querySelector('.app__scrollTop').onclick = () => window.scrollTo({ top: 0, behavior: 'smooth' });
|
|
|
|
|
|
|
|
|
|
const
|
|
|
|
|
colors = (await (await fetch('https://raw.githubusercontent.com/carloscuesta/gitmoji/master/packages/website/src/components/GitmojiList/emojiColorsMap.js')).text())
|
|
|
|
|
colors = (await (await fetch('https://raw.githubusercontent.com/carloscuesta/gitmoji/master/packages/website/src/components/GitmojiList/emojiColorsMap.ts')).text())
|
|
|
|
|
.split('\n').filter(line => line.includes(':')).map(item => item.replace(/[\s',;]/g, '').split(':')),
|
|
|
|
|
{ gitmojis } = await (await fetch('https://raw.githubusercontent.com/carloscuesta/gitmoji/master/packages/gitmojis/src/gitmojis.json')).json();
|
|
|
|
|
gitmojis.push(...[
|
|
|
|
|