Skip to content

Commit

Permalink
Merge branch 'feature/zeta' of https://github.com/hamster-shared/hams…
Browse files Browse the repository at this point in the history
…ter-frontend into develop
  • Loading branch information
jian-guo-s committed Sep 28, 2023
2 parents 5ad80f9 + 0faf517 commit f546f12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/projects/projectsCreat/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ onMounted(() => {
-webkit-line-clamp: 6;
}
.btn{
width: 70px;
width: 80px;
height: 20px;
background: #E2B578;
line-height: 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/views/projects/projectsTemplate/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<img src="@/assets/icons/audi-dark.svg" class="h-[20px] hidden dark:inline-block" />
Audited
<!-- Middleware Button -->
<button class="chainlink" v-if="items.name==='MiddleWare'">Chainlink</button>
<button class="chainlink" v-if="item.labelDisplay">{{item.labelDisplay}}</button>
</div>
</div>
</div>
Expand Down

0 comments on commit f546f12

Please sign in to comment.