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
@@ -61,7 +61,7 @@ const List = ({ data, tags, collections, reFetch, SetLoader, lightMode }) => {
"https://www.google.com/s2/favicons?domain=" + url.hostname;
return (
<LazyLoad key={i} height={200} offset={200}>
<div className="list-row neomorphisim">
<div className="list-row neumorphism">
<div className="img-content-grp">
<img alt="" src={favicon} />
<div className="list-entity-content">
+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>
-1
View File
@@ -70,7 +70,6 @@
padding: 10px;
font-size: 1.1rem;
cursor: pointer;
border: none;
}
@keyframes fadein {
+2 -2
View File
@@ -19,7 +19,7 @@ body {
/* Dark Mode settings (Default) */
.neomorphisim {
.neumorphism {
border-radius: 50px;
background: #273949;
box-shadow: 5px 5px 10px #10171d,
@@ -78,7 +78,7 @@ body {
color: rgb(64, 64, 64);
}
.light .neomorphisim {
.light .neumorphism {
border-radius: 50px;
background: #e0e0e0;
box-shadow: 5px 5px 10px #5a5a5a,