Browse Source

Bug 1817600 - Show NordVPN partnership as text link and image. Remove image link. r=me

Ian Neal 1 year ago
parent
commit
296de50a59
1 changed files with 1 additions and 2 deletions
  1. 1 2
      lib/sidebar.tmpl

+ 1 - 2
lib/sidebar.tmpl

@@ -71,8 +71,7 @@
      "<div style=\"font-size: x-small; text-align: center;\">\n";
      "<div style=\"font-size: x-small; text-align: center;\">\n";
      "<span><a href=\"https://go.nordvpn.net/aff_c?offer_id=15&aff_id=81347&url_id=902\" target=\"_blank\">
      "<span><a href=\"https://go.nordvpn.net/aff_c?offer_id=15&aff_id=81347&url_id=902\" target=\"_blank\">
          Partnered with NordVPN</a></span><br>\n";
          Partnered with NordVPN</a></span><br>\n";
-     "<a href=\"https://go.nordvpn.net/aff_c?offer_id=15&aff_id=81347&url_id=902\" target=\"_blank\">
-         <img src=\"/images/nordvpn-banner.png\" width=\"240\" height=\"240\"></a>\n";
+     "<img src=\"/images/nordvpn-banner.png\" width=\"240\" height=\"240\">\n";
      "</div>";
      "</div>";
    END;
    END;
 %]
 %]