Skip to content

Commit

Permalink
fix: cspell words
Browse files Browse the repository at this point in the history
  • Loading branch information
Cedric921 committed Jan 11, 2024
1 parent f851d1c commit 56e9d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/features/activity/apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function AppsTab() {
</div>
))}
</section>
{visitedApps?.length < 1 && !loading && (
{visitedApps.length < 1 && !loading && (
<div className="hover:dark:bg-[#26272C] border dark:border-[#26272C] dark:bg-[#191a20] p-4 py-16 rounded-md flex justify-center items-center my-2">
<p className="text-lg text-center">{t('timer.THERE_IS_NO_APPS_VISITED')}</p>
</div>
Expand Down

0 comments on commit 56e9d28

Please sign in to comment.