Skip to content

Commit 18ec47d

Browse files
authored
Merge pull request #58 from pet-informatica/mudancas-2023-2
Mudancas 2023 2
2 parents 2caa9b5 + 38162fc commit 18ec47d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

assets/content-model/data.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ export const imageLocations = {
1717
export const targetImageLocation = imageLocations.cdn;
1818

1919
export const petWebsiteData: PetWebsiteData = {
20-
announcement: {
21-
visible: true,
22-
colorScheme: PetColorScheme.MarAmarelo,
23-
shortDescription: 'Seleção 2024',
24-
longDescription:
25-
'A seleção de 2024 para novos petianos está aberta! Inscreva-se até o dia 5 de fevereiro.',
26-
callToAction: {
27-
text: 'Inscreva-se',
28-
url: 'https://pet.cin.ufpe.br/selecao/',
29-
},
30-
},
20+
// announcement: {
21+
// visible: true,
22+
// colorScheme: PetColorScheme.MarAmarelo,
23+
// shortDescription: 'Seleção 2024',
24+
// longDescription:
25+
// 'A seleção de 2024 para novos petianos está aberta! Inscreva-se até o dia 5 de fevereiro.',
26+
// callToAction: {
27+
// text: 'Inscreva-se',
28+
// url: 'https://pet.cin.ufpe.br/selecao/',
29+
// },
30+
// },
3131
hero: {
3232
title: null,
3333
text: null,

0 commit comments

Comments
 (0)