Skip to content

Commit

Permalink
chore: add followed lists also to articles page
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Nov 1, 2024
1 parent e984c30 commit e6bac47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugins/qeta/src/components/ArticlesPage/ArticlesPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { useSearchParams } from 'react-router-dom';
import React, { useEffect } from 'react';
import { ContentHeader } from '@backstage/core-components';
import {
FollowedEntitiesList,
FollowedTagsList,
PostHighlightList,
PostsGrid,
useTranslation,
Expand Down Expand Up @@ -40,6 +42,8 @@ export const ArticlesPage = () => {
icon={<Whatshot fontSize="small" />}
postType="article"
/>
<FollowedTagsList />
<FollowedEntitiesList />
</Grid>
</Grid>
);
Expand Down

0 comments on commit e6bac47

Please sign in to comment.