Skip to content

Commit

Permalink
Revert "feature: render highlight color in article note (#215)"
Browse files Browse the repository at this point in the history
This reverts commit 9b8c7de.
  • Loading branch information
sywhb committed Apr 17, 2024
1 parent 9b8c7de commit e381cbb
Show file tree
Hide file tree
Showing 9 changed files with 488 additions and 888 deletions.
109 changes: 0 additions & 109 deletions src/__tests__/renderHighlightColorQuote.spec.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/api.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import { Item, ItemFormat, Omnivore } from '@omnivore-app/api'

export enum HighlightColors {
Yellow = 'yellow',
Red = 'red',
Green = 'green',
Blue = 'blue',
}

export const getItems = async (
endpoint: string,
apiKey: string,
Expand Down
Loading

0 comments on commit e381cbb

Please sign in to comment.