Skip to content

Commit c1dc2f0

Browse files
Fabio BrasileiroFabio Brasileiro
authored andcommitted
ajuste
1 parent d01502f commit c1dc2f0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/page/slider-event/slider-event.component.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class SliderEventComponent {
2828
desc: 'Abertura e Boas-Vindas: Damos as boas-vindas a todos os participantes e introduzimos a comunidade Java',
2929
imgPath: '../../../assets/encontro.jpeg',
3030
imgAutor: '../../../assets/doke.png',
31-
link: 'https://github.com/',
31+
link: 'https://discord.com/invite/drYCpFH75g',
3232
nomes: 'Samuelson',
3333
datas: 'Janeiro 20, 2024 - online',
3434
},
@@ -41,6 +41,7 @@ export class SliderEventComponent {
4141
imgPath: '../../../assets/encontro2.jpeg',
4242
imgAutor: '../../../assets/doke.png',
4343
nomes: 'Samuelson',
44+
link: 'https://github.com/Elian-beep/appstore',
4445
datas: 'Janeiro 25, 2024 - online',
4546
},
4647
{

src/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.display-none {
77
@apply hidden;
88
}
9+
910
:root {
1011
--scroll-height: 4px;
1112
}

0 commit comments

Comments
 (0)