diff --git a/website/src/components/SequenceDetailsPage/SequencesDataTableTitle.astro b/website/src/components/SequenceDetailsPage/SequencesDataTableTitle.astro index 06c9910de..269b5c7e6 100644 --- a/website/src/components/SequenceDetailsPage/SequencesDataTableTitle.astro +++ b/website/src/components/SequenceDetailsPage/SequencesDataTableTitle.astro @@ -3,6 +3,7 @@ import { SequenceEntryHistoryMenu } from './SequenceEntryHistoryMenu'; import { routes } from '../../routes/routes'; import { type SequenceEntryHistory } from '../../types/lapis'; import IcBaselineDownload from '~icons/ic/baseline-download'; +import IwwaArrowDown from '~icons/iwwa/arrow-down'; interface Props { sequenceEntryHistory?: SequenceEntryHistory; @@ -30,20 +31,24 @@ const { sequenceEntryHistory, accessionVersion, showDownload } = Astro.props; } { showDownload && ( -