Skip to content

Commit a330a94

Browse files
committed
:Bug: - Fixed the image-preview not loading
1 parent d8c484d commit a330a94

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

frontendmentor.io/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
*/**/dist
2-
3-
*/**/design/*
4-
52
cleanup.sh

frontendmentor.io/fem-interactive-comments-section/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"version": "1.0.0",
1717
"description": "fem-interactive-comments-section",
18-
"name": "fem-interactive-comments-section",
18+
"name": "@frontend-projects/fem-interactive-comments-section",
1919
"scripts": {
2020
"dev": "webpack serve",
2121
"build": "webpack --mode=production"

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let data = [
1313
{
1414
"title": "Loopstudios landing page",
1515
"image": "frontendmentor.io/fem-loopstudios-page/design/desktop-preview.jpg",
16-
"labels": ["Html", "SCSS", "JavaScript", "Webpack", "Junior"],
16+
"labels": ["Html", "SCSS", "JavaScript", "Webpack-", "Junior"],
1717
"links": {
1818
"Live url": "frontendmentor.io/fem-loopstudios-page/dist/index.html",
1919
"GitHub": "https://github.com/Aadv1k/frontend-projects/tree/main/fem-loopstudios-page",

0 commit comments

Comments
 (0)