Skip to content

Commit 79ab8d5

Browse files
authored
Renames Pins and adds Receipts (#69)
1 parent a083f87 commit 79ab8d5

File tree

3 files changed

+53
-2
lines changed

3 files changed

+53
-2
lines changed

frontend/data/service.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,18 @@
111111
"icon": "water"
112112
},
113113
{
114-
"title": "pinIT",
114+
"title": "Pins",
115115
"url": "https://pins.chalmers.it",
116116
"description": "Create templates for printing pins",
117117
"github_url": "https://github.com/cthit/pins",
118-
"icon": "bulb"
118+
"icon": "pins"
119+
},
120+
{
121+
"title": "Receipts",
122+
"url": "https://kvitto.chalmers.it",
123+
"description": "Create receipts if the originals have been lost",
124+
"github_url": "https://github.com/cthit/kvitto",
125+
"icon": "receipt"
119126
},
120127
{
121128
"title": "Vikunja",

frontend/public/images/pins.svg

+43
Loading

frontend/public/images/receipt.svg

+1
Loading

0 commit comments

Comments
 (0)