Browse Source

fix: permalink imports

dariusk-working/4_3_0
Misty De Meo 4 months ago
parent
commit
4a6926a0dc
No known key found for this signature in database
GPG Key ID: 76CF846A2F674B2C
  1. 2
      app/javascript/mastodon/features/directory/components/account_card.tsx
  2. 2
      app/javascript/mastodon/features/status/components/detailed_status.tsx

2
app/javascript/mastodon/features/directory/components/account_card.tsx

@ -4,7 +4,7 @@ import { useCallback } from 'react';
import { FormattedMessage, defineMessages, useIntl } from 'react-intl';
import classNames from 'classnames';
import Permalink from 'mastodon/components/permalink';
import { Permalink } from 'mastodon/components/permalink';
import {
followAccount,

2
app/javascript/mastodon/features/status/components/detailed_status.tsx

@ -19,7 +19,7 @@ import type { StatusLike } from 'mastodon/components/hashtag_bar';
import { getHashtagBarForStatus } from 'mastodon/components/hashtag_bar';
import { Icon } from 'mastodon/components/icon';
import { IconLogo } from 'mastodon/components/logo';
import Permalink from 'mastodon/components/permalink';
import { Permalink } from 'mastodon/components/permalink';
import PictureInPicturePlaceholder from 'mastodon/components/picture_in_picture_placeholder';
import { VisibilityIcon } from 'mastodon/components/visibility_icon';

Loading…
Cancel
Save