diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag index 23c141928..232d4b8bf 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag @@ -32,7 +32,7 @@ } .brand { - background: url("resources/images/openid_small.png") no-repeat scroll 7px 7px transparent; + background: url("resources/images/openid_connect_small.png") no-repeat scroll 7px 7px transparent; } @@ -48,4 +48,4 @@ - \ No newline at end of file + diff --git a/openid-connect-server/src/main/webapp/resources/images/openid_connect_small.png b/openid-connect-server/src/main/webapp/resources/images/openid_connect_small.png new file mode 100644 index 000000000..c06cce5b3 Binary files /dev/null and b/openid-connect-server/src/main/webapp/resources/images/openid_connect_small.png differ