Skip to content

Commit

Permalink
core reader header
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 committed Oct 2, 2023
1 parent 8df7c5b commit 766fe6c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion reader/components/header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ const Header = () => {
ui.isOutlineSidebarVisible && styles.buttonActive
)}
>
<Icon src="#file-document" alt="Show outline" />
<Icon
src="/static/design/icons.svg#file-document"
alt="Show outline"
/>
</Button>
<Button
title="Show thumbnails"
Expand Down

0 comments on commit 766fe6c

Please sign in to comment.