Skip to content

Commit

Permalink
feat(ui): change button color
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed Sep 17, 2023
1 parent 3fce993 commit e706d92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion web/src/views/project/History.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
:to="`/project/${projectId}/settings`"
>{{ $t('settings') }}
</v-tab>
<v-tab key="history" :to="`/project/${projectId}/billing`">{{ $t('billing') }}</v-tab>
</v-tabs>

<v-data-table
Expand Down
2 changes: 1 addition & 1 deletion web/src/views/project/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<div class="text-right">
<v-btn
color="secondary" class="mr-3" @click="createDemoProject()"
color="success" class="mr-3" @click="createDemoProject()"
>Create Demo Project</v-btn>

<v-btn color="primary" @click="createProject()">{{ $t('create') }}</v-btn>
Expand Down

0 comments on commit e706d92

Please sign in to comment.