Skip to content

Commit

Permalink
Merge branch 'qa-fixed-dco' into develop-fixed-dco
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade authored Jan 14, 2025
2 parents fe609f2 + 1b48b66 commit 3c215c7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: "credebl-dev-ui"
project: "credebl-studio-qa"
entrypoint: "server/entry.mjs"
root: "dist"

Expand Down
15 changes: 12 additions & 3 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,10 @@ const env = import.meta.env || process.env;
class="h-10 w-10 rounded-full bg-gray-100 text-gray-600 dark:bg-gray-600 dark:text-gray-300 sm:h-12 sm:w-12 lg:h-16 lg:w-16"
/></a
>
</div>
</div> class="dark:text:white hover:opacity-50"
1149


<div
data-testid="flowbite-tooltip"
tabindex="-1"
Expand Down Expand Up @@ -1010,7 +1013,10 @@ const env = import.meta.env || process.env;
</div>
</div>

</div>
</div> class="dark:text:white hover:opacity-50"
1149


</div>
<div
class="flex w-full max-w-5xl flex-row items-center justify-between lg:px-4"
Expand Down Expand Up @@ -1101,7 +1107,10 @@ const env = import.meta.env || process.env;
</span>

<div class="flex mt-4 space-x-6 justify-center items-center">
<a href="https://github.com/credebl" class="hover:opacity-50">
<a
href=`${envConfig.PLATFORM_DATA.git}`
class="hover:opacity-50"
target="_blank">
<svg
class="w-6 h-[1.2rem] text-gray-700 hover:text-gray-900 dark:text-white"
xmlns="http://www.w3.org/2000/svg"
Expand Down

0 comments on commit 3c215c7

Please sign in to comment.