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

Commit

Permalink
fix: typo in premium
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 8, 2023
1 parent 6d7c22b commit e6dbd7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export default function Home({
</p>
{feature.premium && (
<p className="mt-2 text-xs sm:text-sm text-primary-low/50 italic">
(premium feature)
(Premium feature)
</p>
)}
</div>
Expand Down

0 comments on commit e6dbd7a

Please sign in to comment.