Skip to content

Commit 53e6cd7

Browse files
authored
Apply suggestion from @josevalim
1 parent 97a433d commit 53e6cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/learning/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const seo = {
277277
}
278278
el.classList.remove("hidden");
279279
if (!firstRender && !el.hasAttribute("data-revealed")) {
280-
el.dataset.revealed = "true";
280+
el.dataset.revealed = "true";
281281
}
282282
el.classList.toggle("xl:flex-row-reverse", matchIdx % 2 === 1);
283283
matchIdx++;

0 commit comments

Comments
 (0)