Skip to content

Commit

Permalink
remove hardcoded 'Beta' badge and adjust ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Nov 2, 2023
1 parent 31a9ade commit cca8ba9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
VITE_APP_FILE_UPLOAD_URL: "https://tourism.opendatahub.com/v1/FileUpload"
VITE_APP_ODH_LOOKUP_BASE_URL: "https://tourism.opendatahub.com"
VITE_APP_HOTJAR_ID: "3316285"
VITE_APP_ENV_BADGE: "BETA"
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion databrowser/src/layouts/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later
<div class="sticky top-0 z-10 w-full">
<div class="bg-gray-50">
<ContentAlignmentX class="m-auto flex w-full gap-2 px-4 py-2">
<TagCustom class="text-sm" type="info" text="BETA" />
<TagCustom
v-if="envBadge"
class="text-sm"
Expand Down

0 comments on commit cca8ba9

Please sign in to comment.