Skip to content

Commit

Permalink
Update Layer Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jun 29, 2024
1 parent 9388ce2 commit b86b067
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/web/src/components/Layer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
@click='$router.push(`/connection/${$route.params.connectionid}/layer/${$route.params.layerid}/deployment`)'
><IconPlaneDeparture
:size='32'
:stroke='32'
:stroke='1'
/><span class='mx-3'>Deployment</span></span>
<span
class='list-group-item list-group-item-action d-flex align-items-center'
Expand All @@ -141,7 +141,7 @@
@click='$router.push(`/connection/${$route.params.connectionid}/layer/${$route.params.layerid}/config`)'
><IconAdjustments
:size='32'
:stroke='32'
:stroke='1'
/><span class='mx-3'>Config</span></span>
<span
class='list-group-item list-group-item-action d-flex align-items-center'
Expand All @@ -152,7 +152,7 @@
@click='$router.push(`/connection/${$route.params.connectionid}/layer/${$route.params.layerid}/environment`)'
><IconBeach
:size='32'
:stroke='32'
:stroke='1'
/><span class='mx-3'>Environment</span></span>
<span
class='list-group-item list-group-item-action d-flex align-items-center'
Expand All @@ -163,7 +163,7 @@
@click='$router.push(`/connection/${$route.params.connectionid}/layer/${$route.params.layerid}/schema`)'
><IconSchema
:size='32'
:stroke='32'
:stroke='1'
/><span class='mx-3'>Schema</span></span>
<span
class='list-group-item list-group-item-action d-flex align-items-center'
Expand All @@ -174,7 +174,7 @@
@click='$router.push(`/connection/${$route.params.connectionid}/layer/${$route.params.layerid}/styles`)'
><IconPaint
:size='32'
:stroke='32'
:stroke='1'
/><span class='mx-3'>Styling</span></span>
</div>
</div>
Expand Down

0 comments on commit b86b067

Please sign in to comment.