Skip to content

Commit

Permalink
removed special carachter from saved-themes page
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoLuglio committed Oct 13, 2024
1 parent 29f2e22 commit c3205c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(private)/saved-themes/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default async function SavedThemesPage() {
<div className="text-center py-8">
<h2 className="text-2xl font-semibold mb-4">No Saved Themes</h2>
<p className="text-gray-600 dark:text-gray-400">
You haven't saved any themes yet. Create and save a theme to see it
You have not saved any themes yet. Create and save a theme to see it
here!
</p>
</div>
Expand Down

0 comments on commit c3205c8

Please sign in to comment.