Skip to content

Commit

Permalink
chore: reword upload info
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu committed Jul 20, 2023
1 parent c86fe95 commit ea15cc1
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions src/pages/UploadPage/UploadPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,7 @@ export function UploadPage({ setErrorMessage }: Props) {
<div className="container">
<UploadForm setErrorMessage={setErrorMessage} />
<InfoMessage>
2anki.net currently only supports
<a
rel="noreferrer"
target="_blank"
href="https://www.notion.so/Export-as-HTML-bf3fe9e6920e4b9883cbd8a76b6128b7"
>
{' '}
HTML and ZIP exports from Notion
</a>
. All files are automatically deleted after 21 minutes. Checkout
the{' '}
<a
rel="noreferrer"
target="_blank"
href="https://youtube.com/c/alexanderalemayhu?sub_confirmation=1"
>
YouTube channel for tutorials
</a>
. Notion API support is in the works and coming soon!
All files uploaded here are automatically deleted after 21 minutes.
</InfoMessage>
<SettingsModal
setError={setErrorMessage}
Expand Down

0 comments on commit ea15cc1

Please sign in to comment.