diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5dde679..d7f21e0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -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 diff --git a/README.md b/README.md index a11b51e..4a5a4af 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/favicon.png b/favicon.png index 93e0923..7bffd4b 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/jest.config.js b/jest.config.js index 5e1ce29..e06530b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -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, diff --git a/src/svgs/faviconSVG.tsx b/src/svgs/faviconSVG.tsx index 8c47676..da38d41 100644 --- a/src/svgs/faviconSVG.tsx +++ b/src/svgs/faviconSVG.tsx @@ -4,35 +4,32 @@ interface IFaviconProps { } export default function FaviconSVG({ width, height }: IFaviconProps) { - width = width ? width : 30 - height = height ? height : 30 + width = width ? width : 35 + height = height ? height : 35 return ( - + + - - - + + + - +