Skip to content

Commit

Permalink
rm ugly chevron icons
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Mar 15, 2024
1 parent 4ea86aa commit e719a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/ContextTitles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function ContextTitles() {
onclick={() => toggleContextLabels(!contextLabelsShown())}
>
Page Contents
<div class="i-mdi-chevron-down-circle text-2xl xl:hidden text-slate-7 dark:bg-blue-3"></div>
<div class="i-jam-chevron-down xl:hidden text-slate-7 dark:bg-blue-3"></div>
</button>

{/* labels */}
Expand Down
4 changes: 2 additions & 2 deletions src/components/doc_comps/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ function NestedLabels(props) {
${showLinks() ? "dark:text-red-3" : "dark:text-white-2"}`}
>
{showLinks() ? (
<div i-octicon:chevron-down-12></div>
<div i-jam:chevron-down />
) : (
<div i-octicon:chevron-right-12></div>
<div i-jam:chevron-right />
)}
</div>
</button>
Expand Down

0 comments on commit e719a54

Please sign in to comment.