Skip to content

Commit

Permalink
Add december meetup
Browse files Browse the repository at this point in the history
  • Loading branch information
combimauri committed Dec 9, 2024
1 parent d3d3e74 commit eec57d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added public/img/ng-meetup-diciembre.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 @@ -37,9 +37,9 @@ import { Component } from '@angular/core';
export class NextEventsComponent {
events = [
{
title: 'Meetup Octubre Cochabamba',
link: 'https://lu.ma/aeagfe6a',
image: '/img/meetup-octubre.webp',
title: 'Meetup Diciembre Cochabamba',
link: 'https://events.combimauri.com/AxUu3JApVzuIsynZ9N0P',
image: '/img/ng-meetup-diciembre.webp',
},
];
}

0 comments on commit eec57d5

Please sign in to comment.