diff --git a/client/modules/IDE/components/About.jsx b/client/modules/IDE/components/About.jsx
index 71035c45..13eb343b 100644
--- a/client/modules/IDE/components/About.jsx
+++ b/client/modules/IDE/components/About.jsx
@@ -10,7 +10,8 @@ function About(props) {
New to p5.js?
diff --git a/client/styles/components/_about.scss b/client/styles/components/_about.scss
index 25e916ea..ef7265ed 100644
--- a/client/styles/components/_about.scss
+++ b/client/styles/components/_about.scss
@@ -6,32 +6,34 @@
}
}
-.about__play-video {
- padding-top: #{9 / $base-font-size}rem;
- padding-left: #{5 / $base-font-size}rem;
-}
+// hello p5 video link button css
-.about__play-video-button {
- @include themify() {
- @extend %toolbar-button;
- width: #{32 / $base-font-size}rem;
- height: #{32 / $base-font-size}rem;
- line-height: #{34 / $base-font-size}rem;
- border-radius: #{24 / $base-font-size}rem;
- background-color: $about-play-background-color;
- border: solid 0.5px $about-button-border-color;
- &:hover {
- border-color: getThemifyVariable('button-background-hover-color');
- }
- }
- padding-left: 2px;
- margin-right: #{9 / $base-font-size}rem;
- svg {
- width: #{11 / $base-font-size}rem;
- height: #{11 / $base-font-size}rem;
- margin-left: #{1 / $base-font-size}rem;
- }
-}
+// .about__play-video {
+// padding-top: #{9 / $base-font-size}rem;
+// padding-left: #{5 / $base-font-size}rem;
+// }
+
+// .about__play-video-button {
+// @include themify() {
+// @extend %toolbar-button;
+// width: #{32 / $base-font-size}rem;
+// height: #{32 / $base-font-size}rem;
+// line-height: #{34 / $base-font-size}rem;
+// border-radius: #{24 / $base-font-size}rem;
+// background-color: $about-play-background-color;
+// border: solid 0.5px $about-button-border-color;
+// &:hover {
+// border-color: getThemifyVariable('button-background-hover-color');
+// }
+// }
+// padding-left: 2px;
+// margin-right: #{9 / $base-font-size}rem;
+// svg {
+// width: #{11 / $base-font-size}rem;
+// height: #{11 / $base-font-size}rem;
+// margin-left: #{1 / $base-font-size}rem;
+// }
+// }
.about__content {
display: flex;