Skip to content

Commit

Permalink
fixup! Add shared items and events for each contact
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Nov 7, 2023
1 parent f364bc9 commit 794b068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,6 @@ section.contact-details {
::v-deep .related-resources__header h5 {
font-size: medium;
opacity: .7;

Check warning on line 1149 in src/components/ContactDetails.vue

View check run for this annotation

Codecov / codecov/patch

src/components/ContactDetails.vue#L1142-L1149

Added lines #L1142 - L1149 were not covered by tests
color: var(--color-primary)
color: var(--color-primary-element);

Check failure on line 1150 in src/components/ContactDetails.vue

View workflow job for this annotation

GitHub Actions / eslint

Mixed spaces and tabs
}
</style>

0 comments on commit 794b068

Please sign in to comment.