Skip to content

Commit

Permalink
Merge pull request #42 from P7-AIS/41-update-favicon
Browse files Browse the repository at this point in the history
41 update favicon
  • Loading branch information
JonasGLund99 authored Nov 13, 2024
2 parents 6290eb1 + 698f5d4 commit ea65109
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
node-version: '20'

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Github banner_wide](https://github.com/user-attachments/assets/422b30d8-bf99-43c2-a161-67e975fdd277)
![Github banner New](https://github.com/user-attachments/assets/20abbcb5-67d7-4360-845e-8d50c622fa23)

# AIS-frontend

Expand Down
Binary file modified favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
silent: true, // silence console.log and console.error
// verbose: true, // show test titles
preset: 'ts-jest',
testEnvironment: 'node',
clearMocks: true,
Expand Down
31 changes: 14 additions & 17 deletions src/svgs/faviconSVG.tsx

Large diffs are not rendered by default.

0 comments on commit ea65109

Please sign in to comment.