Skip to content

Commit

Permalink
Uhh... What?
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwidepixel committed Aug 26, 2024
1 parent 9d3855c commit 7f795a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
clear."
/>

<NumberedList v-if="whyNot === true && showReasons === true" :data="reasonsWhy" />
<NumberedList
v-if="whyNot === true && showReasons === true"
:data="reasonsWhy"
/>

<span v-if="whyNot === true">
In case it wasn't clear, don't harrass any people affiliated with
Expand Down

1 comment on commit 7f795a8

@worldwidepixel
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit was for prettier.

Please sign in to comment.