mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
fix: give svgs unique ids to avoid clash
This commit is contained in:
+3
-1
@@ -61,7 +61,8 @@
|
||||
"react-perfect-scrollbar": "^1.5.8",
|
||||
"react-scrollspy": "^3.4.2",
|
||||
"styled-components": "^5.1.1",
|
||||
"typescript": "^3.9.3"
|
||||
"typescript": "^3.9.3",
|
||||
"uuid": "^8.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^1.15.0",
|
||||
@@ -77,6 +78,7 @@
|
||||
"@types/react-helmet": "^6.0.0",
|
||||
"@types/react-scrollspy": "^3.3.2",
|
||||
"@types/styled-components": "^5.1.0",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin-tslint": "^3.8.0",
|
||||
"babel-plugin-polished": "^1.1.0",
|
||||
"babel-plugin-styled-components": "^1.10.7",
|
||||
|
||||
Reference in New Issue
Block a user