File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ export default defineComponent({
361361 </h4 >
362362 <div v-if =" isLoading && !reposTotalCount" class =" ui attached segment" :class =" {'is-loading': isLoading}" />
363363 <div v-if =" isRepoEmpty" class =" ui attached segment empty-placeholder" >
364- <svg-icon name =" octicon-no-entry " :size =" 24" class-name =" empty-placeholder-icon" />
364+ <svg-icon name =" octicon-git-branch " :size =" 24" class-name =" empty-placeholder-icon" />
365365 <p >{{ textNoRepo }}</p >
366366 </div >
367367 <div v-if =" reposTotalCount" class =" ui attached segment repos-search" >
@@ -479,7 +479,7 @@ export default defineComponent({
479479 </h4 >
480480 <div v-if =" isLoading" class =" ui attached segment" :class =" {'is-loading': isLoading}" />
481481 <div v-if =" isOrgEmpty" class =" ui attached segment empty-placeholder" >
482- <svg-icon name =" octicon-no-entry " :size =" 24" class-name =" empty-placeholder-icon" />
482+ <svg-icon name =" octicon-organization " :size =" 24" class-name =" empty-placeholder-icon" />
483483 <p >{{ textNoOrg }}</p >
484484 </div >
485485 <div v-if =" organizations.length" class =" ui attached table segment tw-rounded-b" >
You can’t perform that action at this time.
0 commit comments