Skip to content

Commit

Permalink
add tec card to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciaahuang committed Sep 25, 2023
1 parent b8b65cb commit 0c58519
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/Homepage/Homepage/Homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ const everyoneItems: readonly NavigationCardItem[] = [
header: 'Shoutouts',
description: 'Give someone a shoutout or view your past given shoutouts.',
link: '/forms/shoutouts'
},
{
header: 'Team Event Credits',
description: 'Track your team event credits.',
link: '/forms/teamEventCredits'
}
];

Expand Down

0 comments on commit 0c58519

Please sign in to comment.