Skip to content

feat(react): removes contact us link from mega menu component #569

feat(react): removes contact us link from mega menu component

feat(react): removes contact us link from mega menu component #569

Workflow file for this run

name: Linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm run lint
build-bootstrap:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: npm i && npm run build
working-directory: themes/bootstrap