This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
martin
/
schachliga-deluxe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove avatar
master
GAM
4 years ago
parent
c1a3912f85
commit
c29e534c41
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/main/java/com/example/application/views/main/MainView.java
+ 1
- 1
src/main/java/com/example/application/views/main/MainView.java
View File
@ -63,7 +63,7 @@ public class MainView extends AppLayout {
layout
.
add
(
new
DrawerToggle
(
)
)
;
viewTitle
=
new
H1
(
)
;
layout
.
add
(
viewTitle
)
;
layout
.
add
(
new
Avatar
(
)
)
;
/
/
layout
.
add
(
new
Avatar
(
)
)
;
return
layout
;
}
Write
Preview
Loading…
Cancel
Save