Skip to content

Commit

Permalink
replace git-pull-request icon with lucide icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nathonius committed Jul 5, 2024
1 parent 747509b commit 13ca614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const DEFAULT_SETTINGS: Omit<ObsidianGitSettings, "autoCommitMessage"> =
export const SOURCE_CONTROL_VIEW_CONFIG = {
type: "git-view",
name: "Source Control",
icon: "git-pull-request",
icon: "lucide-git-pull-request-arrow",
};

export const HISTORY_VIEW_CONFIG = {
Expand All @@ -72,5 +72,5 @@ export const HISTORY_VIEW_CONFIG = {
export const DIFF_VIEW_CONFIG = {
type: "diff-view",
name: "Diff View",
icon: "git-pull-request",
icon: "lucide-git-pull-request-arrow",
};

0 comments on commit 13ca614

Please sign in to comment.