Skip to content

Commit

Permalink
Add La Paz link
Browse files Browse the repository at this point in the history
  • Loading branch information
combimauri committed Jul 29, 2024
1 parent c34225b commit f51bcc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added public/img/meetup-la-paz.webp
Binary file not shown.
6 changes: 3 additions & 3 deletions src/components/home/next-events/next-events.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ import { Component } from '@angular/core';
export class NextEventsComponent {
events = [
{
title: 'Angular Revolution',
link: 'https://lu.ma/AngularRevolution-MC4',
image: '/img/angular-revolution.jpeg',
title: 'Meetup La Paz',
link: 'https://lu.ma/4dvwydxw',
image: '/img/meetup-la-paz.webp',
},
];
}

0 comments on commit f51bcc0

Please sign in to comment.