Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WikiRik committed Dec 8, 2024
1 parent 1903a62 commit e634c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/events/BoardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="subtitle" v-if="!selectedBody && boardBodies.length > 0">You haven't selected the antenna yet.</div>

<div class="notification is-warning" v-if="selectedBody && boardBodies.length > 0">
<p>To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).</p>
<p>To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).</p>
</div>

<b-table
Expand Down
2 changes: 1 addition & 1 deletion src/views/summeruniversity/BoardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="subtitle" v-if="!selectedBody && boardBodies.length > 0">You haven't selected the antenna yet.</div>

<div class="notification is-warning" v-if="selectedBody && boardBodies.length > 0">
<p>To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).</p>
<p>To allow for an anonymous selection procedure, please do not provide any personal information here (like the name of the applicant).</p>
</div>

<b-table
Expand Down

0 comments on commit e634c70

Please sign in to comment.