Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dyersituations committed Aug 14, 2024
1 parent 1ed955a commit bfd3bbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/BorrowerProfile/CommentsAndWhySpecial.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- eslint-disable graphql/no-deprecated-fields -->
<template>
<article>
<div v-if="loading" class="tw-w-full tw-my-5 md:tw-my-6 lg:tw-my-8">
Expand Down
1 change: 1 addition & 0 deletions src/components/LoanCards/NewHomePageLoanCard.vue
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!-- eslint-disable graphql/template-strings -->
<template>
<div
class="tw-flex tw-flex-col card-container selected-card tw-rounded-sm"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Thanks/BadgesCustomization.vue
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export default {
}
.reveal-button >>> span {
opacity: 90%;
opacity: 0.9;
@apply tw-border-black;
}
Expand Down

0 comments on commit bfd3bbd

Please sign in to comment.