0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

add license, rename files for clarity, update references

This commit is contained in:
Gazook89
2024-05-15 20:48:58 -05:00
parent 0c76a546e4
commit 9a4a14fa97
8 changed files with 533 additions and 511 deletions

View File

@@ -1,11 +1,11 @@
const diceFont = require('../../../themes/fonts/icon fonts/diceFont.js');
const elderberryInn = require('../../../themes/fonts/icon fonts/elderberryInn.js');
const raRedux = require('../../../themes/fonts/icon fonts/raRedux.js');
const gameIcons = require('../../../themes/fonts/iconFonts/gameIcons.js');
const emojis = {
...diceFont,
...elderberryInn,
...raRedux,
...gameIcons,
"fas-heart": "fa-solid fa-heart",
"fas-star": "fa-solid fa-star"
};