Skip to content

Commit

Permalink
Fixing icons in static website's deployments list
Browse files Browse the repository at this point in the history
  • Loading branch information
maayarosama authored and AlaaElattar committed May 28, 2024
1 parent d779686 commit 535ef48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/weblets/tf_deployment_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
tooltip="Visit"
icon="mdi-web"
color="anchor"
:href="'https://' + item.value.env.STATICWEBSITE_DOMAIN"
:href="'https://' + item.env.STATICWEBSITE_DOMAIN"
/>
</template>

Expand Down

0 comments on commit 535ef48

Please sign in to comment.