Skip to content

Commit

Permalink
Add pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasstrehle committed Nov 3, 2023
1 parent 9325966 commit c3460db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/entrypoint.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
text-align: center;
flex-direction: column;
height: 100vh;
cursor: pointer;
&>.flags {
display: flex;
grid-gap: 20px;
Expand Down
3 changes: 1 addition & 2 deletions frontend/entrypoint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ import { Entrypoint } from "uix/html/entrypoints.ts";
export default {
'/': <Main/>,
'/static': null,
'/hybrid': null,
'/backend': null
'/hybrid': null
} satisfies Entrypoint;

0 comments on commit c3460db

Please sign in to comment.