Skip to content

Commit 97864f9

Browse files
authored
Merge pull request #108 from companieshouse/remove-tools
Remove 'link' from event category to make piwik section more understandable
2 parents 5b930cc + 6a46fe5 commit 97864f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/includes/feature_info.tx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<ul class="list list-bullet">
2020
<li><a href="/company-name-availability" target="_blank">Company name availability checker<span class="visuallyhidden">Link opens in new window</span></a></li>
2121
% if $c.config.feature.alphabetical_search {
22-
<li><a class="piwik-event" data-id="other-useful-tools-link" data-event-id="Alphabetical company search" href="/alphabetical-search" target="_blank">Alphabetical company search<span class="visuallyhidden">Link opens in new window</span></a><sup class="label phase-tag">New</sup></li>
22+
<li><a class="piwik-event" data-id="other-useful-tools" data-event-id="Alphabetical company search" href="/alphabetical-search" target="_blank">Alphabetical company search<span class="visuallyhidden">Link opens in new window</span></a><sup class="label phase-tag">New</sup></li>
2323
% }
2424
</ul>
2525
</div>

0 commit comments

Comments
 (0)