Skip to content

Commit

Permalink
switched to button
Browse files Browse the repository at this point in the history
  • Loading branch information
askazi2 committed Dec 1, 2021
1 parent 573e91b commit 7b274b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Demo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<td> {{ res.sample }} </td>
<td> {{ res.genus }} </td>
<td> {{ res.subgenus }} </td>
<td> <a :href="`#/viz/${encodeURIComponent(res.corsid_url)}`">CORSID</a> </td>
<td> <a :href="`#/viz/${encodeURIComponent(res.corsid_a_url)}`">CORSID-A</a> </td>
<td> <a :href="`#/viz/${encodeURIComponent(res.corsid_url)}`" > <button type="button">CORSID</button></a> </td>
<td> <a :href="`#/viz/${encodeURIComponent(res.corsid_a_url)}`"> <button type="button">CORSID-A</button></a> </td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 7b274b2

Please sign in to comment.