Skip to content

Commit

Permalink
fix: remove link due to spam
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Nov 1, 2024
1 parent 7673009 commit 5d3e4f0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions app/views/_footer.pug
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,6 @@ footer.mt-auto(aria-label=t("Footer"))
if (domain && domain.name && config.ubuntuTeamMapping && Object.keys(config.ubuntuTeamMapping).includes(domain.name)) || ['/ubuntu','/kubuntu','/lubuntu','/edubuntu','/ubuntu-studio'].includes(ctx.pathWithoutLocale)
//- Empty on purpose
else
.text-center.mb-3
a(
href="https://www.trustpilot.com/review/forwardemail.net",
target="_blank",
rel="noopener noreferrer"
)
noscript
img(
alt=t("Review us on Trustpilot"),
src=manifest("img/trustpilot.png"),
width="216.5",
height="52"
)
img.lazyload(
alt=t("Review us on Trustpilot"),
data-src=manifest("img/trustpilot.png"),
width="216.5",
height="52"
)
ul.list-inline.mb-3.text-center
li.list-inline-item.border.rounded-lg.bg-dark.text-white.border-light.h6.p-2.mb-1
i.fa.fa-lock.mr-2
Expand Down

0 comments on commit 5d3e4f0

Please sign in to comment.