Skip to content

Commit

Permalink
docs: use base changelog list in example
Browse files Browse the repository at this point in the history
  • Loading branch information
redbeard0091 committed Jul 23, 2024
1 parent c50ccc4 commit 31452b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as React from 'react';
import {
useChangelogs,
ChangelogContainer,
MinimalChangelogList,
ChangelogList,
} from '../dist/updatehive-react';

export const App: React.FC = () => {
Expand Down Expand Up @@ -52,7 +52,7 @@ export const App: React.FC = () => {
product={PRODUCT}
config={{ url: serviceURL }}
>
<MinimalChangelogList />
<ChangelogList />
</ChangelogContainer>
</div>
);
Expand Down

0 comments on commit 31452b0

Please sign in to comment.