From c637f6a69c065485f35b5451ebf87d37eea7debb Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:13:28 +0530 Subject: [PATCH 1/2] chore(ci): Use actions/checkout@v4 for all CI --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy-db.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97f7083..5f4acb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,12 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js and Yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: registry-url: https://registry.yarnpkg.com - name: Cache Yarn dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules @@ -41,9 +41,9 @@ jobs: - name: Yarn Lint run: yarn lint - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: 3.8 cache: 'pip' diff --git a/.github/workflows/deploy-db.yml b/.github/workflows/deploy-db.yml index f2253b7..a3b43d3 100644 --- a/.github/workflows/deploy-db.yml +++ b/.github/workflows/deploy-db.yml @@ -13,12 +13,12 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js and Yarn - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: registry-url: https://registry.yarnpkg.com - name: Cache Yarn dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules From 7b4b02e37930eb49df90acfae603c50c498eb0b4 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Mon, 25 Mar 2024 09:18:35 +0530 Subject: [PATCH 2/2] changes(app): Adjust heroes' card color for improved logo visibility --- CHANGELOG.md | 1 + src/components/HeroesElements/card.tsx | 2 +- src/components/HeroesElements/index.tsx | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e454d5..d92450b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes - Reusable `Marquee` Component +- Adjust heroes' card color for improved logo visibility ### Fixes diff --git a/src/components/HeroesElements/card.tsx b/src/components/HeroesElements/card.tsx index d284d21..de60932 100644 --- a/src/components/HeroesElements/card.tsx +++ b/src/components/HeroesElements/card.tsx @@ -20,7 +20,7 @@ export const HeroesCard: React.FC = (props) => { {props.special && (
)} -
+
{props.name} = (_props) => { link='https://github.com/github' name='GitHub' role='One-time Sponsor' - classes='p-5' />