Skip to content

Commit

Permalink
Remove print button
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmarsh995 committed Oct 13, 2023
1 parent d827070 commit 415b6a1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions ui/demo/components/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
import {
DownloadButton,
PageNumberControl,
PrintButton,
scrollToId,
UiContext,
} from '@allenai/pdf-components';
import { DownloadButton, PageNumberControl, scrollToId, UiContext } from '@allenai/pdf-components';
import classnames from 'classnames';
import * as React from 'react';

Expand Down Expand Up @@ -81,7 +75,6 @@ export const Header: React.FunctionComponent<Props> = ({ pdfUrl }: Props) => {
<a onClick={handleShowNoteTaking}>Note Taking</a>
</div>
<DownloadButton pdfUrl={pdfUrl} />
<PrintButton />
</div>
);
};

0 comments on commit 415b6a1

Please sign in to comment.