Skip to content

Commit

Permalink
#2821 small code quality fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaigneau5 committed Dec 18, 2024
1 parent 3331f8e commit eb3c5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/components/SearchTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ export default {
.termLink {
color: $theme-color-primary;
background: unset;
// scroll-margin: 50px;
}

.selectTermLink {
Expand Down
6 changes: 3 additions & 3 deletions src/views/ResourcesSupport/AllResources/CNARules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
Effective Date: <span>{{ versionDate }}</span>
</p>
<p>
<router-link to="/Resources/Roles/Cnas/CNA_Rules_v4.0.pdf" target="_blank"
>View as PDF (0.2MB)</router-link
>
<router-link to="/Resources/Roles/Cnas/CNA_Rules_v4.0.pdf" target="_blank">
View as PDF (0.2MB)
</router-link>
</p>
</div>
<hr />
Expand Down

0 comments on commit eb3c5c3

Please sign in to comment.