diff --git a/assets/img/icons/link.svg b/assets/img/icons/link.svg new file mode 100644 index 0000000..3f112ba --- /dev/null +++ b/assets/img/icons/link.svg @@ -0,0 +1 @@ + diff --git a/assets/styles/app.scss b/assets/styles/app.scss index 6a2ea4d..0b163e8 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -101,6 +101,10 @@ &:focus:not(:active) { box-shadow: none; } + + .icon:first-child:last-child { + margin: 0; + } } } @@ -344,6 +348,10 @@ &-anonymous { background-image: url('../img/icons/anonymous.svg'); } + + &-link { + background-image: url('../img/icons/link.svg'); + } } .table-search { diff --git a/components/icons/Link.vue b/components/icons/Link.vue deleted file mode 100644 index 011ae95..0000000 --- a/components/icons/Link.vue +++ /dev/null @@ -1,9 +0,0 @@ - diff --git a/pages/index.vue b/pages/index.vue index b209c2a..bb4cd74 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -53,12 +53,13 @@ - {{ getAttestation(props.row) }} - - - - - + + @@ -109,12 +110,7 @@