Skip to content

Commit ebb9b9a

Browse files
committed
small tweak
1 parent dccad9d commit ebb9b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Playground/PS.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ const ParticipationScore = () => {
550550
'meta[name="description"]'
551551
);
552552
if (metaDescription) {
553-
metaDescription.setAttribute("content", "Playground to test");
553+
metaDescription.setAttribute("content", "Playground to test participation score");
554554
}
555555
}}
556556
>

0 commit comments

Comments
 (0)