Skip to content

Commit

Permalink
expand events by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DerZade committed Oct 6, 2023
1 parent 6b88c6d commit 0b575c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Home/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class Events extends Vue {
}
];
private expanded = false;
private expanded = true;
private small = true;
private resizeObserver: null|ResizeObserver = null;
Expand Down

0 comments on commit 0b575c7

Please sign in to comment.