Skip to content

Commit

Permalink
fix: grammar for header description (#279)
Browse files Browse the repository at this point in the history
fix: grammar for header description
  • Loading branch information
bdougie committed Aug 30, 2022
1 parent 3d9103f commit a019912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/Header/header.tsx
Expand Up @@ -32,7 +32,7 @@ const Header: React.FC = () => {
Hacktoberfest 2022
</Title>
<Text className="mt-1 !text-base font-medium text-slate-500">
Insights on GitHub project opted into the largest open source hackathon.
Insights on GitHub repositories opted into the largest open source hackathon.
</Text>
<div className="flex mt-4 items-center relative gap-2">
<FilterCard filterName="hacktoberfest" isRemovable={false} icon="topic" />
Expand Down

0 comments on commit a019912

Please sign in to comment.