Skip to content

Commit 12e6b62

Browse files
committed
feat: add Laftel service to the service catalogue
1 parent dde320f commit 12e6b62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/db/src/data/service-catalogue.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ export const SERVICE_CATALOGUE: ServiceCatalogueItem[] = [
188188
logoUrl: 'https://assets.coupangplay.com/favicon.ico',
189189
category: 'ott',
190190
},
191+
{
192+
slug: 'laftel',
193+
names: { ko: '라프텔', en: 'Laftel', ja: 'Laftel' },
194+
url: 'https://www.laftel.net',
195+
logoUrl: 'https://static.laftel.net/favicon.ico',
196+
category: 'ott',
197+
},
191198

192199
// ========== Music ==========
193200
{

0 commit comments

Comments
 (0)