Skip to content

Commit

Permalink
Indexed search adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Apr 12, 2024
1 parent 91f5f8a commit 4811efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="footer-container">
<f:if condition="{frontendusername}">
<div class="footer-logout">
<f:link.page pageUid="1" additionalParams="{'logintype': 'logout'}"><f:translate key="logout-label" extensionName="psi"/></f:link.page>
<f:link.page pageUid="{site.rootPageId}" additionalParams="{'logintype': 'logout'}"><f:translate key="logout-label" extensionName="psi"/></f:link.page>
<svg class="svg-icon" style="vertical-align: middle;fill: currentColor;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="M640 768c-12.8 0-21.333333-4.266667-29.866667-12.8-17.066667-17.066667-17.066667-42.666667 0-59.733333l213.333333-213.333333c17.066667-17.066667 42.666667-17.066667 59.733333 0s17.066667 42.666667 0 59.733333l-213.333333 213.333333C661.333333 763.733333 652.8 768 640 768z" />
<path d="M853.333333 554.666667c-12.8 0-21.333333-4.266667-29.866667-12.8l-213.333333-213.333333c-17.066667-17.066667-17.066667-42.666667 0-59.733333s42.666667-17.066667 59.733333 0l213.333333 213.333333c17.066667 17.066667 17.066667 42.666667 0 59.733333C874.666667 550.4 866.133333 554.666667 853.333333 554.666667z" />
Expand Down

0 comments on commit 4811efc

Please sign in to comment.