Skip to content

Commit 1f2bbaa

Browse files
authored
Merge pull request harshjv#20 from bfred-it/patch-1
drop unnecessary tag
2 parents 8cb850a + 2ffddc1 commit 1f2bbaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/inject.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,13 @@ const getSizeHTML = (size) => {
5959
const humanReadableSize = getHumanReadableSizeObject(size)
6060

6161
return '<li id="' + LI_TAG_ID + '">' +
62-
'<a>' +
6362
'<svg class="octicon octicon-database" aria-hidden="true" height="16" version="1.1" viewBox="0 0 12 16" width="12">' +
6463
'<path d="M6 15c-3.31 0-6-.9-6-2v-2c0-.17.09-.34.21-.5.67.86 3 1.5 5.79 1.5s5.12-.64 5.79-1.5c.13.16.21.33.21.5v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V7c0-.11.04-.21.09-.31.03-.06.07-.13.12-.19C.88 7.36 3.21 8 6 8s5.12-.64 5.79-1.5c.05.06.09.13.12.19.05.1.09.21.09.31v2c0 1.1-2.69 2-6 2zm0-4c-3.31 0-6-.9-6-2V3c0-1.1 2.69-2 6-2s6 .9 6 2v2c0 1.1-2.69 2-6 2zm0-5c-2.21 0-4 .45-4 1s1.79 1 4 1 4-.45 4-1-1.79-1-4-1z"></path>' +
6564
'</svg>' +
6665
'<span class="num text-emphasized"> ' +
6766
humanReadableSize.size +
6867
'</span> ' +
6968
humanReadableSize.measure +
70-
'</a>' +
7169
'</li>'
7270
}
7371

0 commit comments

Comments
 (0)