diff --git a/src/main/java/ru/ulstu/index/controller/IndexView.java b/src/main/java/ru/ulstu/index/controller/IndexView.java index c87daf6..504081d 100644 --- a/src/main/java/ru/ulstu/index/controller/IndexView.java +++ b/src/main/java/ru/ulstu/index/controller/IndexView.java @@ -16,9 +16,9 @@ public class IndexView { @PostConstruct public void init() { sections.add(new Section("Статьи", "papers.jpg")); + sections.add(new Section("Конференции", "conf.jpg")); sections.add(new Section("Гранты", "grants.jpg")); sections.add(new Section("Проекты", "projects.jpg")); - sections.add(new Section("Проекты", "projects.jpg")); } public List
getSections() {