Skip to content

Commit

Permalink
Merge Space Templates - Meeds-io/MIPs#150
Browse files Browse the repository at this point in the history
Update social-portlet war named to social
  • Loading branch information
rdenarie committed Nov 4, 2024
1 parent e768c85 commit 7382baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import org.exoplatform.webui.core.model.SelectItemOption;
" <access-permissions>Everyone</access-permissions>\n" +
" <portlet-application>\n" +
" <portlet>\n" +
" <application-ref>social-portlet</application-ref>\n" +
" <application-ref>social</application-ref>\n" +
" <portlet-ref>TopBarLogo</portlet-ref>\n" +
" </portlet>\n" +
" <title>Company Logo</title>\n" +
Expand All @@ -55,7 +55,7 @@ import org.exoplatform.webui.core.model.SelectItemOption;
" <container id=\"middle-topBar-container\" template=\"system:/groovy/portal/webui/container/UIContainer.gtmpl\">\n" +
" <portlet-application>\n" +
" <portlet>\n" +
" <application-ref>social-portlet</application-ref>\n" +
" <application-ref>social</application-ref>\n" +
" <portlet-ref>TopBarMenu</portlet-ref>\n" +
" </portlet>\n" +
" <title>Top Bar Menu </title>\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
}

.background-qrcode-image{
background-image: url(/social-portlet/images/cadre.png);
background-image: url(/social/images/cadre.png);
background-position: center;
background-size: contain;
height: 190px;
Expand Down

0 comments on commit 7382baf

Please sign in to comment.