diff --git a/src/index.html b/src/index.html index 6884319..193fadf 100644 --- a/src/index.html +++ b/src/index.html @@ -238,7 +238,7 @@ - © Web Maker    + ©Web Maker    diff --git a/src/partials/help-modal.html b/src/partials/help-modal.html index 8df9fea..0439b68 100644 --- a/src/partials/help-modal.html +++ b/src/partials/help-modal.html @@ -4,7 +4,7 @@ -

Web Maker v2.9.6

+

Web Maker
v2.9.6

Made with 💖 & 🙌 by Kushagra Gour

diff --git a/src/style.css b/src/style.css index 8f429a6..eb9f3d5 100644 --- a/src/style.css +++ b/src/style.css @@ -958,6 +958,22 @@ transition: 0.25s ease; .kbd-shortcut__details { display: inline-block; } +.web-maker-with-tag { + position: relative; + display: inline-block; +} +.web-maker-with-tag:after { + content: 'BETA'; + position: relative; + left: 3px; + top: -10px; + border-radius: 4px; + background: #b76b29; + color: white; + letter-spacing: 0.6px; + padding: 2px; + font-size: 10px; +} body.is-logged-in .hide-on-login, body:not(.is-logged-in) .hide-on-logout {