Skip to content

Commit 87c82b2

Browse files
authored
Lär deig programmera Lillen
1 parent d2e3aff commit 87c82b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/laskkyl/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const laskkylData: LaskkylData = {
1010
products: {
1111
drinks: [
1212
{
13-
name: 'Läsk (i läskkylen? Crazy!)',
13+
name: 'Läsk (Crazy!)',
1414
price: 8,
1515
},
1616
{
@@ -22,7 +22,7 @@ const laskkylData: LaskkylData = {
2222
price: 5,
2323
},*/
2424
{
25-
name: 'BIG KONG (500 ml)',
25+
name: 'BIG KONG',
2626
price: 10,
2727
},
2828
{

0 commit comments

Comments
 (0)