Skip to content

Commit

Permalink
trying to fix sadcookie
Browse files Browse the repository at this point in the history
if this works its going to look really bad i just want to know if it works
  • Loading branch information
PrestonSwigart authored Dec 12, 2024
1 parent d240172 commit cd95ede
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pages/dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -553,12 +553,7 @@ async function updateTeamData() {
<div v-else>
<p class="font-medium text-xl text-center">No Events Scheduled</p>
<div class="flex-auto">
<NuxtImg
src="/public/sadcookie.png"
class="mx-auto"
width="145"
height="145"
/>
<img src="/public/sadcookie.png"/>
</div>
</div>
</template>
Expand Down

0 comments on commit cd95ede

Please sign in to comment.