diff --git a/packages/hoppscotch-common/assets/icons/star-off.svg b/packages/hoppscotch-common/assets/icons/star-off.svg new file mode 100644 index 0000000000..3d542a9c1b --- /dev/null +++ b/packages/hoppscotch-common/assets/icons/star-off.svg @@ -0,0 +1 @@ + diff --git a/packages/hoppscotch-common/src/components/history/graphql/Card.vue b/packages/hoppscotch-common/src/components/history/graphql/Card.vue index 600cfca490..4b7e1bac5f 100644 --- a/packages/hoppscotch-common/src/components/history/graphql/Card.vue +++ b/packages/hoppscotch-common/src/components/history/graphql/Card.vue @@ -63,7 +63,7 @@ import { GQLHistoryEntry } from "~/newstore/history" import { shortDateTime } from "~/helpers/utils/date" import IconStar from "~icons/lucide/star" -import IconStarOff from "~icons/lucide/star-off" +import IconStarOff from "~icons/hopp/star-off" import IconTrash from "~icons/lucide/trash" import IconMinimize2 from "~icons/lucide/minimize-2" import IconMaximize2 from "~icons/lucide/maximize-2" diff --git a/packages/hoppscotch-common/src/components/history/rest/Card.vue b/packages/hoppscotch-common/src/components/history/rest/Card.vue index dc5348aafb..19cd4b3ec8 100644 --- a/packages/hoppscotch-common/src/components/history/rest/Card.vue +++ b/packages/hoppscotch-common/src/components/history/rest/Card.vue @@ -55,7 +55,7 @@ import { RESTHistoryEntry } from "~/newstore/history" import { shortDateTime } from "~/helpers/utils/date" import IconStar from "~icons/lucide/star" -import IconStarOff from "~icons/lucide/star-off" +import IconStarOff from "~icons/hopp/star-off" import IconTrash from "~icons/lucide/trash" const props = defineProps<{