Skip to content

Commit b639a6a

Browse files
committed
XIVY-16062 Remove serenity usage
1 parent c3503c4 commit b639a6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ivy-custom-errorpage/error-404.xhtml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
xmlns:p="http://primefaces.org/ui">
77

88
<h:head>
9-
<f:attribute name="primefaces.THEME" value="serenity-ivy" />
9+
<f:attribute name="primefaces.THEME" value="freya-ivy-light" />
1010
<f:facet name="first">
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1212
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1313
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
1414
<meta name="apple-mobile-web-app-capable" content="yes" />
1515
</f:facet>
16-
<title>PrimeFaces Serenity - Not Found</title>
16+
<title>PrimeFaces Freya - Not Found</title>
1717
</h:head>
1818

1919
<h:body styleClass="exception-body notfound">
@@ -45,7 +45,7 @@
4545
}
4646
</style>
4747

48-
<h:outputStylesheet name="css/layout-ivy.css" library="serenity-layout" />
48+
<h:outputStylesheet name="css/layout-ivy-light.css" library="freya-layout" />
4949
</h:body>
5050

5151
</html>

0 commit comments

Comments
 (0)