Skip to content

Commit

Permalink
fix: colors, update deps, icon resizing, mobile header
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Jan 15, 2024
1 parent 11567b1 commit ee4f26d
Show file tree
Hide file tree
Showing 17 changed files with 185 additions and 225 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: trunk build --release

- name: Post Setup | Upload dist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ./dist/

Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup | Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Setup | Place dist
run: mv ./artifact/ ./dist/

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup | Download dist
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Setup | Place dist
run: mv ./artifact/ ./dist/
Expand Down
Loading

0 comments on commit ee4f26d

Please sign in to comment.