diff --git a/dsa-solutions/lc-solutions/0000-0099/0001-two-sum.md b/dsa-solutions/lc-solutions/0000-0099/0001-two-sum.md
index eda15b837..957fa5207 100644
--- a/dsa-solutions/lc-solutions/0000-0099/0001-two-sum.md
+++ b/dsa-solutions/lc-solutions/0000-0099/0001-two-sum.md
@@ -95,10 +95,10 @@ function twoSumProblem() {
return (
- Input: nums = {("[", nums.join(", "), "]")}, target = {target}
+ Input: nums = {("["+ nums.join(", ")+ "]")}, target = {target}
- Output: {("[", result.join(", "), "]")}
+ Output: {("["+ result.join(", ")+ "]")}
);
@@ -233,10 +233,10 @@ function twoSumProblem() {
return (
- Input: nums = {("[", nums.join(", "), "]")}, target = {target}
+ Input: nums = {("["+ nums.join(", ")+ "]")}, target = {target}
- Output: {("[", result.join(", "), "]")}
+ Output: {("["+ result.join(", ")+ "]")}
);
@@ -391,10 +391,10 @@ function twoSumProblem() {
return (
- Input: nums = {("[", nums.join(", "), "]")}, target = {target}
+ Input: nums = {("["+ nums.join(", ")+ "]")}, target = {target}
- Output: {("[", result.join(", "), "]")}
+ Output: {("["+ result.join(", ")+ "]")}
);
diff --git a/src/pages/showcase/_components/ShowcaseCard/index.tsx b/src/pages/showcase/_components/ShowcaseCard/index.tsx
index bc2ff8e45..93ad6d17e 100644
--- a/src/pages/showcase/_components/ShowcaseCard/index.tsx
+++ b/src/pages/showcase/_components/ShowcaseCard/index.tsx
@@ -1,9 +1,3 @@
-/**
- * Copyright (c) Facebook, Inc. and its affiliates.
- *
- * This source code is licensed under the MIT license found in the
- * LICENSE file in the root directory of this source tree.
- */
import React from 'react';
import clsx from 'clsx';
diff --git a/src/pages/showcase/_components/ShowcaseCard/styles.module.css b/src/pages/showcase/_components/ShowcaseCard/styles.module.css
index 35fbc008b..4ac4672a4 100644
--- a/src/pages/showcase/_components/ShowcaseCard/styles.module.css
+++ b/src/pages/showcase/_components/ShowcaseCard/styles.module.css
@@ -69,10 +69,6 @@
font-size: smaller;
line-height: 1.66;
}
-li:hover{
- scale: 1.05;
- transition: scale 0.5s;
-}
.cardFooter {
display: flex;