From 71a54c80d2c8f90baf4a7a0f91c1bc034fd1ccb8 Mon Sep 17 00:00:00 2001 From: RadovanTomik Date: Fri, 10 Feb 2023 11:24:13 +0100 Subject: [PATCH 1/2] feat: favicon and tag title --- src/main/webapp/admin/default.xhtml | 1 - src/main/webapp/components/default.xhtml | 4 +++- src/main/webapp/resources/images/favicon.ico | Bin 0 -> 1413 bytes 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 src/main/webapp/resources/images/favicon.ico diff --git a/src/main/webapp/admin/default.xhtml b/src/main/webapp/admin/default.xhtml index 45e9c3f7..09acfa28 100644 --- a/src/main/webapp/admin/default.xhtml +++ b/src/main/webapp/admin/default.xhtml @@ -6,7 +6,6 @@ > - <ui:insert name="title">BBMRI.negotiator</ui:insert> diff --git a/src/main/webapp/components/default.xhtml b/src/main/webapp/components/default.xhtml index 9540fbd3..7e159804 100644 --- a/src/main/webapp/components/default.xhtml +++ b/src/main/webapp/components/default.xhtml @@ -6,7 +6,9 @@ > - <ui:insert name="title">BBMRI.negotiator</ui:insert> + <ui:insert name="title">BBMRI Negotiator</ui:insert> + + diff --git a/src/main/webapp/resources/images/favicon.ico b/src/main/webapp/resources/images/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..699d640a3d58ac65ccca043932a424396f0f0676 GIT binary patch literal 1413 zcmV;01$z34P)<{O#n{8s;`R6X_xk*ru*xD%i1xLJVgms@d_ruT0X=-6xX<;fbhS&W=J09{@QOz9kW26F?wPa9|NZ>3#o4~l;QspetH$2c;qB}2_1op{ z-Pzc&yU6fpB=yt0x6$VG`1{k`=d;JzJYA8DrNS&rhP}$$$l2-r@aV?T;PCSF`OdO= zjIyc2+xEMWLu8j}h_4?tc>n$Txyjnk+vm#F-@|R@S;p^Py z@b$5T`Qp&)U<>SK1nXZJ>}Cl1)3_Z=hALEy?Q9l`T)3^yYcmg|n9Z-twWfbjh6B9;*>|+x0nO!bbjr!KT?|m!!(YD^^?)&lU!qw*R z?d$vO;N|c5{qN?Ir^HNjqWthV`rf}kaKjqrf^KBaCeK+Bye<@Ll7C?V5 zS&s`jdL>VZeVV&JWtdibrd4&L8c2kctjEWddG7J_sKMB;$>5x|&Y-)~-Rbhl+UoiI z{-CE*+ulk{&Z;f71Mt*^eFw0006&Nkll!8+3*lDKXlmOv1)qYMt(~>?)o2PhIpECvnx3|)6&Z3s zK_*dFs5qaejUYQz0b_buL}{v=B?E_;wt9)A3Rqt0`qi8KPz6#|Sz=&@s7CW-BWnpx zAk)JBlEQf<0f+)F@k%KW%~RN+Ak%MDzz1Y+zi8)h;fk9+50K6M;10w90nG_^GBVv( zEI_u{fy+0pIXa4mi!lYifBBFPtboJDzRy8nS`o-N_An2_N-=qtd!PPAzy0NVIW)NWBYyme`uXcAivTYJgTWj< zQEp^uUIB^cuim`-|2yPypa`4n3cn5W*%7iF4D5o={`a5#{rWmgFg(b7&FWQ~*RMoK zv$%yxcvuC6NioF6gbFaT@`oC|CgltEy%gJ4S-qdF-(537-Yv_!Lo7 zXX8XyptJAPSs$mJV2hKJ65_bg6 Date: Fri, 10 Feb 2023 11:35:14 +0100 Subject: [PATCH 2/2] feat: favicon and tag title for admin --- src/main/webapp/admin/default.xhtml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/admin/default.xhtml b/src/main/webapp/admin/default.xhtml index 09acfa28..0d5d6e0f 100644 --- a/src/main/webapp/admin/default.xhtml +++ b/src/main/webapp/admin/default.xhtml @@ -6,6 +6,9 @@ > + <ui:insert name="title">BBMRI Negotiator ADMIN</ui:insert> + +