Skip to content

Commit

Permalink
Fix no results message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebelung-Dev committed Mar 29, 2023
1 parent 75464d1 commit 5eecbfb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/apps.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ function Apps() {
return item.name.toLowerCase().includes(appsSearchTerm);
}
});

return (
<>
<Head defaultTitle="apps"></Head>
Expand Down
2 changes: 2 additions & 0 deletions src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ a {
text-align: center;
font-size: 18px;
margin: 10px;
margin-top: calc(1rem + 44px + 20px);
color: var(--text);
}

.link {
Expand Down

0 comments on commit 5eecbfb

Please sign in to comment.