|
|
|
|
|
by smholloway
3632 days ago
|
|
Hmmm, what are you seeing that's not clickable? I don't use vimium and I can click on the site name, docs links, and tell-them-to-two-factor-via-twitter. Whoop. Looks like the tiling system is relying on JavaScript instead of <a> tags for links: ```
<div id="communication" class="category column" style="display: block;">
<h5 class="ui icon header">
<i class="circular chat icon"></i>
<small>Communication</small>
</h5>
</div>
``` The contributors are pretty responsive, so I'd recommend noting the issue: https://github.com/2factorauth/twofactorauth/issues |
|