Skip to content

Commit

Permalink
fix: open skills in new tab (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherin B authored and egoist committed May 28, 2019
1 parent 2cfa0e4 commit 195583a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/saber-theme-portfolio/src/components/SkillCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<template>
<a class="card" :href="`https://github.com/topics/${skill.topic}`">
<a
class="card"
:href="`https://github.com/topics/${skill.topic}`"
target="_blank"
>
<div
class="skill-cover"
:style="{ backgroundImage: `url(${image})` }"
Expand Down

0 comments on commit 195583a

Please sign in to comment.