Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuyedavid committed Apr 15, 2024
1 parent 5d751d1 commit b4722a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
combined_coverage:
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@v1
uses: yext/slapshot-reusable-workflows/.github/workflows/coverage.yml@dev/update_coverage_reusable_workflow
with:
test_script: npm run build:css && npm run test
secrets:
Expand Down
2 changes: 1 addition & 1 deletion src/components/AppliedFilters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface AppliedFiltersCssClasses {
}

export const builtInCssClasses: Readonly<AppliedFiltersCssClasses> = {
// Use negative margin to remove space above the filters on mobile
// Use negative margin to remove space above the filters on mobile.
appliedFiltersContainer: 'flex flex-wrap -mt-3 md:mt-0 mb-2',
appliedFiltersLoading: 'opacity-50',
nlpFilter: 'border border-gray-200 rounded-3xl px-3 py-1.5 text-sm font-medium text-neutral-dark mr-2 mb-2',
Expand Down

0 comments on commit b4722a1

Please sign in to comment.