mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix(curriculum): remove duplicate 'to make' in lightbox viewer hint (#58171)
This commit is contained in:
@@ -151,7 +151,7 @@ Your `.lightbox` element should be hidden initially.
|
||||
assert.equal(new __helpers.CSSHelp(document).getStyle('.lightbox')?.display, 'none');
|
||||
```
|
||||
|
||||
When you click one of your `.gallery-item` elements, the `.lightbox` element's `display` property should be set to `flex` to make to make `.lightbox` and the two elements within it visible.
|
||||
When you click one of your `.gallery-item` elements, the `.lightbox` element's `display` property should be set to `flex` to make `.lightbox` and the two elements within it visible.
|
||||
|
||||
```js
|
||||
// Get the lightbox element
|
||||
|
||||
Reference in New Issue
Block a user