Skip to content

fixed the background for about us, it was white and was not blending with the background. so made it transparent to improve the UI #11

fixed the background for about us, it was white and was not blending with the background. so made it transparent to improve the UI

fixed the background for about us, it was white and was not blending with the background. so made it transparent to improve the UI #11

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Hi @${{ github.actor }}! Thanks for opening this issue. We appreciate your contribution to this open-source project.
pr-message: >
Hi @${{ github.actor }}! Thank you for your valuable contribution! Our team will review it and get back to you soon.