Skip to content

Commit 2e63a98

Browse files
committed
fix: minor changes
1 parent cde0353 commit 2e63a98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Tropa/ScorePatrols.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const ScorePatrols = () => {
3838
{index === 1 && <span className="text-yellow-500 ml-2">🥈</span>}
3939
{index === 2 && <span className="text-yellow-500 ml-2">🥉</span>}
4040
</div>
41-
<span className="mr-2">{x.score}</span>
41+
<span className="mr-2">{x.score.toLocaleString('es-DO')}</span>
4242
</div>
4343
))}
4444

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const config = {
5959
themeConfig: ({
6060
image: "img/logo-gs44.png",
6161
metadata: [
62-
{ name: 'keywords', content: 'scout, grupo scout, scouts, actividades al aire libre, desarrollo juvenil' },
62+
{ name: 'keywords', content: ['scout', 'grupo scout', 'scouts', 'actividades al aire libre', 'desarrollo juvenil', 'Grupo Scout #44'] },
6363
{ name: 'description', content: 'Grupo Scout #44 - Una comunidad para el desarrollo juvenil a través de actividades al aire libre y el escultismo.' },
6464
{ name: 'author', content: 'Grupo Scout #44' },
6565
],
@@ -84,7 +84,7 @@ const config = {
8484
footer: {
8585
style: "dark",
8686
links: [],
87-
copyright: ${new Date().getFullYear()} Grupo Scout #44`,
87+
copyright: ${new Date().getFullYear()} Grupo Scout #44`,
8888
},
8989
prism: {
9090
theme: prismThemes.github,

0 commit comments

Comments
 (0)