Skip to content

Commit

Permalink
updating sadcookie in other places
Browse files Browse the repository at this point in the history
should be the final sadcookie commit
  • Loading branch information
PrestonSwigart authored Dec 12, 2024
1 parent 949fc4e commit 77faa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/teams/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ watch(width, () => {
</div>
</div>
<div v-else class="opacity-50">
<NuxtImg class="mx-auto" src="/sadcookie.png" height="400" width="400" />
<img src="/public/sadcookie.png" height="400" width="400" class="mx-auto"/>
<h1 class="font-sans text-xl font-bold text-center">
Looks like there is no data on team {{ teamData.teamNum }} at {{ currentEvent }} :(
</h1>
Expand Down

0 comments on commit 77faa7b

Please sign in to comment.