Skip to content

Commit

Permalink
Prioritize event schedule (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviTorello authored Sep 29, 2023
1 parent 44d0cd6 commit 7b38f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ const handlerMenuClick = (option: IMenuOption) => {
<template>
<s-menu @click="handlerMenuClick" id="begin" />
<s-intro id="intro" />
<s-diary id="diary" />
<s-what-we-will-do-lite id="watWeWillDo" />
<!--
<s-join id="join" />
-->
<s-diary id="diary" />
<!--
<s-speakers />
-->
Expand Down

0 comments on commit 7b38f87

Please sign in to comment.