🎨 Updated assets name and package
This commit is contained in:
parent
ce157980f0
commit
93de279a0a
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1,2 +1 @@
|
|||||||
# These are supported funding model platforms
|
|
||||||
ko_fi: miguelravila
|
ko_fi: miguelravila
|
||||||
|
Before Width: | Height: | Size: 670 KiB After Width: | Height: | Size: 670 KiB |
Binary file not shown.
Before Width: | Height: | Size: 804 KiB |
Before Width: | Height: | Size: 239 KiB After Width: | Height: | Size: 239 KiB |
@ -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));
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "Bento",
|
"name": "bento",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "🍱 Minimalist, elegant and hackable startpage inspired by the Bento box!",
|
"description": "🍱 Minimalist, elegant and hackable startpage inspired by the Bento box!",
|
||||||
"author": "Miguel R. Ávila",
|
"author": "Miguel R. Ávila",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user