Skip to content

Commit

Permalink
Add target blank to the list
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabreznik committed Jan 19, 2022
1 parent 347dc3e commit 8d9938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/views/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function page (state, emit) {

function box (props) {
return html`
<a href="${props.link}" class="link flex flex-column w-30-ns w-50 br2 ba color-neutral b--neutral-10 mb3">
<a href="${props.link}" class="link flex flex-column w-30-ns w-50 br2 ba color-neutral b--neutral-10 mb3", target="_blank">
<div class="ph2 ph3-ns">
<div class="dt w-100 mt1">
<div class="dtc">
Expand Down

0 comments on commit 8d9938b

Please sign in to comment.