Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
Change tab name Ongoing Programs to Active Programs (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumuditha-udayanga authored and Gravewalker666 committed Jul 16, 2021
1 parent 7dd0893 commit 4e6693a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scenes/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ const Home = () => {
</Paragraph>
</Col>
</Row>
<Tabs defaultActiveKey="ongoingPrograms">
<TabPane tab="Ongoing Programs" key="ongoingPrograms">
<Tabs defaultActiveKey="activePrograms">
<TabPane tab="Active Programs" key="activePrograms">
<div className={styles.cardWrapper}>
<ActivePrograms />
</div>
Expand Down

0 comments on commit 4e6693a

Please sign in to comment.