Skip to content

Commit 5ad99c0

Browse files
committed
feat: add Ng Conf Perú event and update Angular Community Perú logo URL
1 parent c50739c commit 5ad99c0

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

public/assets/data/events.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,20 @@
21222122
"callForPapersDueDate": null,
21232123
"url": "https://ngconf.angular-peru.com/"
21242124
},
2125+
{
2126+
"name": "Ng Conf Perú",
2127+
"organizerId": "angular-peru",
2128+
"type": "conference",
2129+
"location": "Lima, Peru",
2130+
"date": "2025-09-05",
2131+
"language": "Spanish",
2132+
"isFree": true,
2133+
"isRemote": false,
2134+
"isOnsite": true,
2135+
"callForPapersUrl": null,
2136+
"callForPapersDueDate": null,
2137+
"url": "https://ngconf.angular-peru.com/"
2138+
},
21252139
{
21262140
"name": "NG Venice 2025",
21272141
"organizerId": "ng-venice",

public/assets/data/organizers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@
692692
"name": "Angular Community Perú",
693693
"type": "angular-community",
694694
"location": "Lima, Peru",
695-
"logo": "https://www.angular-peru.com/icons/logo_AngularPeru.svg",
695+
"logo": "https://ngconf.angular-peru.com/favicon.ico",
696696
"eventsUrl": null,
697697
"websiteUrl": "https://www.angular-peru.com/",
698698
"organizersUrl": "https://www.angular-peru.com/",

0 commit comments

Comments
 (0)