Skip to content

Commit

Permalink
create route
Browse files Browse the repository at this point in the history
  • Loading branch information
YaokunLin committed Sep 20, 2023
1 parent c3d2173 commit a078af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_vue/src/components/sensorSideBarRoutes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<template>
<section class="routes-list">
<div class="text-h6 padding-b-16">Routes</div>
<div class="text-h6 padding-b-16">Create Route</div>

<!-- route info display -->
<section v-if="state.isRouteGenerated">
Expand Down Expand Up @@ -143,4 +143,4 @@
@include fontBodySmall;
}
}
</style>
</style>

0 comments on commit a078af4

Please sign in to comment.