Skip to content

Fix: Sports Label Margin Top #237

Fix: Sports Label Margin Top

Fix: Sports Label Margin Top #237

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Build Next.js app
run: npm run build