Remove the “Beta” Tag

Remove the “Beta” tag from MIT App Inventor. Also remove the “2” as
well.

Change-Id: Ifed997d86e13b5f59a93e736f5caee7299ca1039
parent b4800e4e
......@@ -282,14 +282,10 @@ public class TopPanel extends Composite {
}
panel.add(logo);
panel.setCellWidth(logo, "50px");
Label title = new Label("MIT App Inventor 2");
Label version = new Label("Beta");
Label title = new Label("MIT App Inventor");
title.setStyleName("ode-LogoText");
version.setStyleName("ode-LogoVersion");
VerticalPanel titleContainer = new VerticalPanel();
titleContainer.add(title);
titleContainer.add(version);
titleContainer.setCellHorizontalAlignment(version, HorizontalPanel.ALIGN_RIGHT);
panel.add(titleContainer);
panel.setCellWidth(titleContainer, "180px");
panel.setCellHorizontalAlignment(logo, HorizontalPanel.ALIGN_LEFT);
......
......@@ -316,12 +316,7 @@ select {
color: grey;
font-weight: 500;
text-shadow: 0px 0px 0px #404040;
}
.ode-LogoVersion {
font-size: 12px;
color: grey;
text-shadow: 0px 0px 0px #404040;
margin-bottom: 15px;
}
.ode-TopPanelAccount {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment