rename project
This commit is contained in:
parent
9f03c04b61
commit
5d214244ec
@ -10,7 +10,7 @@ import com.vaadin.flow.router.Route;
|
|||||||
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
import com.vaadin.flow.server.auth.AnonymousAllowed;
|
||||||
|
|
||||||
@Route("login")
|
@Route("login")
|
||||||
@PageTitle("PFS Recruiting")
|
@PageTitle("PFS Intra")
|
||||||
@AnonymousAllowed
|
@AnonymousAllowed
|
||||||
public class LoginView extends VerticalLayout implements BeforeEnterObserver {
|
public class LoginView extends VerticalLayout implements BeforeEnterObserver {
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ public class MainLayout extends AppLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void addDrawerContent() {
|
private void addDrawerContent() {
|
||||||
Span appName = new Span("pfs-recruiting");
|
Span appName = new Span("pfs-intra");
|
||||||
appName.addClassNames(LumoUtility.FontWeight.SEMIBOLD, LumoUtility.FontSize.LARGE);
|
appName.addClassNames(LumoUtility.FontWeight.SEMIBOLD, LumoUtility.FontSize.LARGE);
|
||||||
Header header = new Header(appName);
|
Header header = new Header(appName);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user