|
|
@@ -34,12 +34,12 @@ export default class Home extends Page{
|
|
|
.addClass("buttonBox")
|
|
|
.append(new Elem("button")
|
|
|
.text("+")
|
|
|
- .addClass("button", "circle")
|
|
|
+ .addClass("circleButton")
|
|
|
.onclick(()=>{changePage("addMenu")})
|
|
|
)
|
|
|
.append(new Elem("button")
|
|
|
.innerHtml(logoutSvg)
|
|
|
- .addClass("button", "circle")
|
|
|
+ .addClass("circleButton")
|
|
|
.onclick(this.logout)
|
|
|
)
|
|
|
.appendTo(this.container);
|