Skip to content

Commit

Permalink
fix: removed link to Facebook
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Jan 7, 2025
1 parent c2409b5 commit 6012d5b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions phpmyfaq/admin/assets/scss/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,23 @@ html,
body {
height: 100%;
}

.pmf-admin-footer-links {
a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}

.bi-bluesky::before {
content: '';
background-color: currentColor;
-webkit-mask: url('../images/bluesky.svg') no-repeat 50% 50%;
mask: url('../images/bluesky.svg') no-repeat 50% 50%;
-webkit-mask-size: cover;
mask-size: cover;
height: 16px;
width: 16px;
}
12 changes: 6 additions & 6 deletions phpmyfaq/assets/templates/admin/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
{% if userHasAccessPermission %}
<button class="btn btn-link btn-sm order-1 order-lg-0 me-4 me-lg-0" id="sidebarToggle" role="button"
name="sidebar-toggle" href="#">
<i class="bi bi-list h6"></i>
<i class="bi bi-chevron-left h6"></i>
</button>

<ul class="nav col-12 col-lg-auto me-lg-auto mb-2 justify-content-center mb-md-0">
<li class="px-2">
<div class="text-white small">
{{ version }}
<div class="text-white">
<span class="badge text-bg-primary">{{ version }}</span>
</div>
</li>
<li class="px-2">
Expand Down Expand Up @@ -287,7 +287,7 @@
#StandWithUkraine
</a>
</div>
<div>
<div class="pmf-admin-footer-links">
<a target="_blank" rel="noopener" href="{{ documentationUrl }}">
{{ 'msgDocumentation' | translate }}
</a>
Expand All @@ -296,8 +296,8 @@
Buy us a coffee
</a>
&middot;
<a target="_blank" rel="noopener" href="https://facebook.com/phpMyFAQ">
<i aria-hidden="true" class="bi bi-facebook"></i>
<a target="_blank" rel="noopener" href="https://bsky.app/profile/phpmyfaq.de" style="text-decoration: none;">
<i aria-hidden="true" class="bi bi-bluesky"></i>
</a>
&middot;
&copy; 2001 - {{ currentYear }}
Expand Down

0 comments on commit 6012d5b

Please sign in to comment.