Skip to content

Commit

Permalink
Change adunis link target
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Oct 9, 2023
1 parent 9f4a081 commit 1402821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Module.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
@click="$emit('on-delete', module.id)"
/>
<h3 class="has-text-weight-bold">
<a :href="'https://studien.rj.ost.ch/' + module.url.replace('.json', '.html')">{{ module.name }}</a>
<a target="_blank" :href="'https://studien.rj.ost.ch/' + module.url.replace('.json', '.html')">{{ module.name }}</a>

Check failure on line 13 in src/components/Module.vue

View workflow job for this annotation

GitHub Actions / Build

This line has a length of 122. Maximum allowed is 120

Check warning on line 13 in src/components/Module.vue

View workflow job for this annotation

GitHub Actions / Build

':href' should be on a new line
</h3>
<p>{{ module.ects }} ECTS</p>
</div>
Expand Down

0 comments on commit 1402821

Please sign in to comment.