Skip to content

Commit

Permalink
feat(pro): change color
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Nov 16, 2024
1 parent fffbdb8 commit 1311cb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/components/DashboardMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<v-tab key="runners" :to="`/project/${projectId}/runners`">
{{ $t('runners') }}
<!-- <v-chip small class="ml-1" color="purple" style="color: white">Pro</v-chip> -->
<v-icon class="ml-1" large color="purple">mdi-professional-hexagon</v-icon>
<v-icon class="ml-1" large color="hsl(348deg, 86%, 61%)">mdi-professional-hexagon</v-icon>
</v-tab>
</v-tabs>
</template>
Expand Down
6 changes: 3 additions & 3 deletions web/src/views/Runners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,14 @@
v-if="!premiumFeatures.project_runners"
type="info"
text
color="purple"
color="hsl(348deg, 86%, 61%)"
style="border-radius: 0;"
>
Project Runners available only in <b>PRO</b> version.
<v-btn
class="ml-2"
color="purple"
href="https://cloud.semaphoreui.com/auth/login?new_project=premium"
color="hsl(348deg, 86%, 61%)"
href="https://semaphoreui.com/pro"
>Upgrade</v-btn>
</v-alert>

Expand Down

0 comments on commit 1311cb9

Please sign in to comment.