diff --git a/packages/pl-fe/README.md b/packages/pl-fe/README.md index f277e797d..8e586bea1 100644 --- a/packages/pl-fe/README.md +++ b/packages/pl-fe/README.md @@ -7,7 +7,7 @@ Want to test `pl-fe` with **any existing MastoAPI-compatible server?** Try [pl.m If you want to use `pl-fe` as the default frontend on your server, download the latest build from [pl.mkljczk.pl/pl-fe.zip](http://pl.mkljczk.pl/pl-fe.zip) and install it following the instructions for your backend. For example, on a standard Pleroma installation you can use: ```sh -curl -O http://pl.mkljczk.pl/pl-fe.zip +curl -O https://pl.mkljczk.pl/pl-fe.zip unzip pl-fe.zip -d /opt/pleroma/instance/static/ rm pl-fe.zip ``` diff --git a/packages/pl-fe/src/components/modal-root.tsx b/packages/pl-fe/src/components/modal-root.tsx index 2179ded0f..e223a819a 100644 --- a/packages/pl-fe/src/components/modal-root.tsx +++ b/packages/pl-fe/src/components/modal-root.tsx @@ -2,7 +2,6 @@ import clsx from 'clsx'; import React, { useCallback, useEffect, useRef, useState } from 'react'; import { FormattedMessage, defineMessages, useIntl } from 'react-intl'; import { useHistory } from 'react-router-dom'; -import 'wicg-inert'; import { cancelReplyCompose } from 'pl-fe/actions/compose'; import { saveDraftStatus } from 'pl-fe/actions/draft-statuses';