Skip to content

Commit

Permalink
feat(navbar): implement navbar (#44)
Browse files Browse the repository at this point in the history
-implement reusable navbar component

[Delivers #21]
  • Loading branch information
jkarenzi authored and Dawaic6 committed Jun 27, 2024
1 parent b9b7d7f commit f4c7c2b
Show file tree
Hide file tree
Showing 18 changed files with 996 additions and 1,421 deletions.
1 change: 0 additions & 1 deletion .env.example

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/application.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: CI for ecomm-project for Dynamite

on:
push:
branches: ['develop']
pull_request:
branches: ['develop']

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading

0 comments on commit f4c7c2b

Please sign in to comment.