diff --git a/src/cljs/commiteth/manage_payouts.cljs b/src/cljs/commiteth/manage_payouts.cljs index ea62056..b2f747c 100644 --- a/src/cljs/commiteth/manage_payouts.cljs +++ b/src/cljs/commiteth/manage_payouts.cljs @@ -104,7 +104,8 @@ (defn view-pr-button [claim] [primary-button-link - {:href (pr-url claim)} + {:href (pr-url claim) + :target "_blank"} "View Pull Request"]) (defn claim-card [bounty claim {:keys [render-view-claim-button?] :as opts}]