Skip to content

Commit

Permalink
chore: Auto-fix some lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 7, 2024
1 parent 62e989d commit 812e0de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,9 @@ const submitDeadline = computed<string>(() =>
</p>
</Panel>
<div>
<div class="panel"><h2 class="travel__title">How to get and leave HackUPC</h2></div>
<div class="panel">
<h2 class="travel__title">How to get and leave HackUPC</h2>
</div>
<Panel title="✈️ By plane">
<h3 class="travel__subtitle text-centered">Arriving</h3>
<p>
Expand Down Expand Up @@ -422,10 +424,10 @@ const submitDeadline = computed<string>(() =>
position: relative;
overflow: hidden;
flex: 1 1 1300px;
border-radius: $border-radius;
padding: 12px 24px;
margin: 0;
background-color: $primary-color;
border-radius: $border-radius;
color: #fff;
font-size: 20px;
line-height: 1.6;
Expand Down

0 comments on commit 812e0de

Please sign in to comment.