Skip to content

Commit

Permalink
Merge pull request #3510 from threefoldtech/development_domains_icon
Browse files Browse the repository at this point in the history
change domains icon
  • Loading branch information
xmonader authored Oct 8, 2024
2 parents 1ef744b + 9f5194d commit aaba0eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const routes: AppRoute[] = [
},
{
title: "Domains",
icon: "domains.png",
icon: "mdi-web-box",
route: DashboardRoutes.Deploy.Domains,
tooltip: "Expose servers hosted on local machines or VMs to the public internet.",
},
Expand Down
5 changes: 3 additions & 2 deletions packages/playground/src/weblets/tf_domains.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<weblet-layout ref="layout" title-image="images/icons/domains.png">
<template #title>Deploy Domains Instance </template>
<weblet-layout ref="layout">

<template #title><span><v-icon class="pr-3">mdi-web-box</v-icon></span>Deploy Domains Instance </template>

<d-tabs :tabs="[{ title: 'Config', value: 'config' }]">
<template #config>
Expand Down

0 comments on commit aaba0eb

Please sign in to comment.