Fixed typo.

This commit is contained in:
Daniel
2022-06-30 06:44:30 +04:30
parent 5d5fdb45d7
commit 47b4711132
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from "react";
const NoResults = () => {
return (
<div className="no-results neomorphisim">
<div className="no-results neumorphism">
<h1>¯\_()_/¯</h1>
<p>Nothing found.</p>
</div>