From 8402582e9f086870ecc750ac70d4015a5499c118 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 23 Mar 2018 02:01:08 +0530 Subject: [PATCH] minor fixes. remove beta --- src/partials/changelog.html | 4 ++-- src/style.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/partials/changelog.html b/src/partials/changelog.html index 78d50de..cf3ebc3 100644 --- a/src/partials/changelog.html +++ b/src/partials/changelog.html @@ -18,8 +18,8 @@
  • Inline scripts (Web app only) - The restriction of writing JavaScript only in JS pane is also removed.
    -
  • 🚀 Announcement: Hi! I am Kushagra Gour (creator of Web Maker) and I have launched a Patreon campaign. If you love Web Maker, consider pledging to support me :)
  • -
  • Suggest features or report bugs.
  • +
  • 🚀 Announcement: Hi! I am Kushagra Gour (creator of Web Maker) and I have launched a Patreon campaign. If you love Web Maker, consider pledging to support me :)
  • +
  • Suggest features or report bugs.
  • Web Maker now has more than 50K weekly active users! Thank you for being a part of this community of awesome developers. If you find Web Maker helpful, Please rate Web Maker   Share it  Support the developer
  • diff --git a/src/style.css b/src/style.css index 748c15f..6e5926f 100644 --- a/src/style.css +++ b/src/style.css @@ -1127,6 +1127,7 @@ body > #demo-frame { position: relative; display: inline-block; } +/* .web-maker-with-tag:after { content: 'BETA'; position: relative; @@ -1138,7 +1139,7 @@ body > #demo-frame { letter-spacing: 0.6px; padding: 2px; font-size: 10px; -} +} */ .is-extension .web-maker-with-tag:after { display: none; }