Skip to content

Commit

Permalink
bug fix for some links
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsmithRTI committed Apr 15, 2022
1 parent 83a2cfb commit 2084abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
Classification of Instructional Programs (CIP) and may not match the program titles at a
given school.
<a target="_blank" href="$url('/school/transition/')"
@click="transitionOutboundLink('https://nces.ed.gov/ipeds/cipcode/Default.aspx?y=56')">
@click="transitionOutboundLink($event, 'https://nces.ed.gov/ipeds/cipcode/Default.aspx?y=56')">
Learn more about CIP<v-icon
x-small
color="white"
Expand Down

0 comments on commit 2084abc

Please sign in to comment.