Skip to content

Commit

Permalink
feat: sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Dec 4, 2023
1 parent cf60d9f commit 398f9cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/home/authentication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { GitHubUser, getGitHubUser } from "./get-github-user";
import { renderGitHubLoginButton } from "./github-login-button";

export function authentication() {

const accessToken = getGitHubAccessToken();
if (!accessToken) {
renderGitHubLoginButton();
Expand Down
4 changes: 2 additions & 2 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
border: none;
/* margin: 0; */
}
#filters{
padding: 4px 6px
#filters {
padding: 4px 6px;
}
#filters label {
cursor: pointer;
Expand Down

0 comments on commit 398f9cf

Please sign in to comment.