🎨 Updated assets name and package

This commit is contained in:
Miguel 2021-07-12 14:14:13 -05:00
parent ce157980f0
commit 93de279a0a
6 changed files with 2 additions and 9 deletions

1
.github/FUNDING.yml vendored
View File

@ -1,2 +1 @@
# These are supported funding model platforms
ko_fi: miguelravila

View File

Before

Width:  |  Height:  |  Size: 670 KiB

After

Width:  |  Height:  |  Size: 670 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 804 KiB

View File

Before

Width:  |  Height:  |  Size: 239 KiB

After

Width:  |  Height:  |  Size: 239 KiB

View File

@ -1,7 +1 @@
const drawCards = () => {
for (const card of CONFIG.cards) {
let currentCard = document.createElement('a');
let currentCardText = document.createElement('p');
currentCardText.appendChild(document.createTextNode(card.name));
}
};

View File

@ -1,5 +1,5 @@
{
"name": "Bento",
"name": "bento",
"version": "2.0.0",
"description": "🍱 Minimalist, elegant and hackable startpage inspired by the Bento box!",
"author": "Miguel R. Ávila",