fix(curriculum): fixed typo in greeting card workshop (#58006)
Some checks failed
i18n - Build Validation / Validate i18n Builds (20.x) (push) Has been cancelled
CI - Node.js / Lint (20.x) (push) Has been cancelled
CI - Node.js / Build (20.x) (push) Has been cancelled
CI - Node.js / Test (20.x) (push) Has been cancelled
CI - Node.js / Test - Upcoming Changes (20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (italian, 20.x) (push) Has been cancelled
CI - Node.js / Test - i18n (portuguese, 20.x) (push) Has been cancelled
i18n - Upload Client UI / Client (push) Has been cancelled
i18n - Upload Curriculum / Learn (push) Has been cancelled

This commit is contained in:
Joaquin Descotte 2025-01-09 10:05:13 -05:00 committed by GitHub
parent 1cc6b484b0
commit 90d53216b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ dashedName: step-22
# --description--
Add a new selector that targerts the `.card-links a` elements when they are active. Set the `background-color` to `midnightblue`.
Add a new selector that targets the `.card-links a` elements when they are active. Set the `background-color` to `midnightblue`.
# --hints--