From 22eb29f353159c2fd7cc907807fe53ce506747f1 Mon Sep 17 00:00:00 2001
From: "MarvinL.com"
Date: Wed, 15 Jan 2025 00:46:53 -0400
Subject: [PATCH] ui(nextjs): fix colors
---
.github/workflows/ci.yml | 57 ------------------------------------
apps/nextjs/src/app/page.tsx | 12 ++++----
2 files changed, 5 insertions(+), 64 deletions(-)
delete mode 100644 .github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
deleted file mode 100644
index 8500662..0000000
--- a/.github/workflows/ci.yml
+++ /dev/null
@@ -1,57 +0,0 @@
-name: CI
-
-on:
- pull_request:
- branches: ["*"]
- push:
- branches: ["main"]
- merge_group:
-
-concurrency:
- group: ${{ github.workflow }}-${{ github.ref }}
- cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
-
-# You can leverage Vercel Remote Caching with Turbo to speed up your builds
-# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds
-env:
- FORCE_COLOR: 3
- TURBO_TEAM: ${{ vars.TURBO_TEAM }}
- TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
-
-jobs:
- lint:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - name: Setup
- uses: ./tooling/github/setup
-
- - name: Copy env
- shell: bash
- run: cp .env.example .env
-
- - name: Lint
- run: pnpm lint && pnpm lint:ws
-
- format:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - name: Setup
- uses: ./tooling/github/setup
-
- - name: Format
- run: pnpm format
-
- typecheck:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
-
- - name: Setup
- uses: ./tooling/github/setup
-
- - name: Typecheck
- run: pnpm typecheck
diff --git a/apps/nextjs/src/app/page.tsx b/apps/nextjs/src/app/page.tsx
index 753ccb8..7b49772 100644
--- a/apps/nextjs/src/app/page.tsx
+++ b/apps/nextjs/src/app/page.tsx
@@ -42,11 +42,7 @@ export default function HomePage() {
Ne manquez plus aucun groupe grâce à la géolocalisation en direct
-