1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-23 23:11:12 +02:00

minor fixes. remove beta

This commit is contained in:
Kushagra Gour
2018-03-23 02:01:08 +05:30
parent 0f7fda7703
commit 8402582e9f
2 changed files with 4 additions and 3 deletions

View File

@@ -18,8 +18,8 @@
<li><strong>Inline scripts (Web app only)</strong> - The restriction of writing JavaScript only in JS pane is also removed.
<br>
<li><strong>🚀 Announcement</strong>: Hi! I am Kushagra Gour (creator of Web Maker) and I have launched a <a href="https://patreon.com/kushagra" target="_blank">Patreon campaign</a>. If you love Web Maker, consider pledging to support me :)</li>
<li><a href="https://github.com/chinchang/web-maker/issues" target="_blank">Suggest features or report bugs.</a></li>
<li><strong>🚀 Announcement</strong>: Hi! I am Kushagra Gour (creator of Web Maker) and I have launched a <a href="https://patreon.com/kushagra" target="_blank">Patreon campaign</a>. If you love Web Maker, consider pledging to <a href="https://patreon.com/kushagra" target="_blank">support me</a> :)</li>
<li><a href="https://github.com/chinchang/web-maker/issues" target="_blank">Suggest features or report bugs.</a></lili>
<li>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, <a href="https://chrome.google.com/webstore/detail/web-maker/lkfkkhfhhdkiemehlpkgjeojomhpccnh/reviews" target="_blank" class="btn">Please rate Web Maker <span class="star"></span></a> &nbsp; <a href="http://twitter.com/share?url=https://webmakerapp.com/&text=Web Maker - A blazing fast %26 offline web playground! via @webmakerApp&related=webmakerApp&hashtags=web,editor,chrome,extension" target="_blank" target="_blank" class="btn">Share it</a>&nbsp; <a aria-label="Support the developer" d-click="openSupportDeveloperModal" data-event-action="supportDeveloperChangelogBtnClick" class="btn btn-icon">Support the developer</a></li>
</ul>
</div>

View File

@@ -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;
}