remove btn breakfast and lunch

This commit is contained in:
Peter Howell 2025-08-07 16:56:16 -07:00
parent 59c4739ee3
commit d23d529f34
1 changed files with 6 additions and 2 deletions

View File

@ -1365,11 +1365,15 @@ const ActivityList = Vue.component('activitylist', {
href="#" href="#"
class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Sign Up</a> class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Sign Up</a>
<a v-if="special_signup(a.id)" <!--<a v-if="special_signup(a.id)"
target="_blank" target="_blank"
href="https://forms.office.com/r/GGz56DdSEG" href="https://forms.office.com/r/GGz56DdSEG"
class="px-3 py-1 text-sm font-medium text-white bg-amber-500 rounded hover:bg-amber-700">Sign Up</a> class="px-3 py-1 text-sm font-medium text-white bg-amber-500 rounded hover:bg-amber-700">Sign Up</a>
-->
<span v-if="special_signup(a.id)"
class="px-3 py-1 text-sm font-medium text-white">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span>
<a v-if="my_host_ids.includes(a.id)" <a v-if="my_host_ids.includes(a.id)"
:href="'ed_act.php?w=' + a.id" :href="'ed_act.php?w=' + a.id"
class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Edit</a> class="px-3 py-1 text-sm font-medium text-white bg-purple-600 rounded hover:bg-purple-700">Edit</a>