mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 05:18:44 -05:00
fix(curriculum): greeting-card test typo (#57714)
This commit is contained in:
@@ -24,7 +24,7 @@ You should have a `.card-links a` selector.
|
||||
assert.exists(new __helpers.CSSHelp(document).getStyle(".card-links a"));
|
||||
```
|
||||
|
||||
The `.card-links a` selector should have a `text-decoration` property set to `note`.
|
||||
The `.card-links a` selector should have a `text-decoration` property set to `none`.
|
||||
|
||||
```js
|
||||
assert.strictEqual(new __helpers.CSSHelp(document).getStyle(".card-links a")?.getPropertyValue("text-decoration"), "none");
|
||||
|
||||
Reference in New Issue
Block a user