Skip to content

Commit

Permalink
[HOTFIX]: favicon (#584)
Browse files Browse the repository at this point in the history
## Description

## Definition of Done

1. [ ] If required, the desciption of your change is added to the [QA
changelog](https://www.notion.so/octantapp/Changelog-for-the-QA-d96fa3b411cf488bb1d8d9a598d88281)
2. [ ] Acceptance criteria are met.
3. [ ] PR is manually tested before the merge by developer(s).
    - [ ] Happy path is manually checked.
4. [ ] PR is manually tested by QA when their assistance is required
(1).
- [ ] Octant Areas & Test Cases are checked for impact and updated if
required (2).
5. [ ] Unit tests are added unless there is a reason to omit them.
6. [ ] Automated tests are added when required.
7. [ ] The code is merged.
8. [ ] Tech documentation is added / updated, reviewed and approved
(including mandatory approval by a code owner, should such exist for
changed files).
    - [ ] BE: Swagger documentation is updated.
9. [ ] When required by QA:
    - [ ] Deployed to the relevant environment.
    - [ ] Passed system tests.

---

(1) Developer(s) in coordination with QA decide whether it's required.
For small tickets introducing small changes QA assistance is most
probably not required.

(2) [Octant Areas & Test
Cases](https://docs.google.com/spreadsheets/d/1cRe6dxuKJV3a4ZskAwWEPvrFkQm6rEfyUCYwLTYw_Cc).
  • Loading branch information
jmikolajczyk authored Dec 11, 2024
2 parents 665e3b8 + f0ea8a2 commit 8752909
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="favicon/apple-touch-icon-57x57.png"
href="/favicon/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="favicon/apple-touch-icon-114x114.png"
href="/favicon/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="favicon/apple-touch-icon-72x72.png"
href="/favicon/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="favicon/apple-touch-icon-144x144.png"
href="/favicon/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="favicon/apple-touch-icon-60x60.png"
href="/favicon/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="favicon/apple-touch-icon-120x120.png"
href="/favicon/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="favicon/apple-touch-icon-76x76.png"
href="/favicon/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="favicon/apple-touch-icon-152x152.png"
href="/favicon/apple-touch-icon-152x152.png"
/>
<link rel="icon" type="image/png" href="favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon/favicon-128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon/favicon-128.png" sizes="128x128" />
<link rel="preload" href="/fonts/inter/Inter-Italic.woff" as="font" type="font/woff" />
<link rel="preload" href="/fonts/inter/Inter-Italic.woff2" as="font" type="font/woff2" />
<link rel="preload" href="/fonts/inter/Inter-Medium.woff" as="font" type="font/woff" />
Expand Down
26 changes: 13 additions & 13 deletions client/public/fail.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,48 @@
<link
rel="apple-touch-icon-precomposed"
sizes="57x57"
href="favicon/apple-touch-icon-57x57.png"
href="/favicon/apple-touch-icon-57x57.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="114x114"
href="favicon/apple-touch-icon-114x114.png"
href="/favicon/apple-touch-icon-114x114.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="72x72"
href="favicon/apple-touch-icon-72x72.png"
href="/favicon/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="144x144"
href="favicon/apple-touch-icon-144x144.png"
href="/favicon/apple-touch-icon-144x144.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="60x60"
href="favicon/apple-touch-icon-60x60.png"
href="/favicon/apple-touch-icon-60x60.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="120x120"
href="favicon/apple-touch-icon-120x120.png"
href="/favicon/apple-touch-icon-120x120.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="76x76"
href="favicon/apple-touch-icon-76x76.png"
href="/favicon/apple-touch-icon-76x76.png"
/>
<link
rel="apple-touch-icon-precomposed"
sizes="152x152"
href="favicon/apple-touch-icon-152x152.png"
href="/favicon/apple-touch-icon-152x152.png"
/>
<link rel="icon" type="image/png" href="favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon/favicon-128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon/favicon-128.png" sizes="128x128" />
<link rel="preload" href="/fonts/inter/Inter-Italic.woff" as="font" type="font/woff" />
<link rel="preload" href="/fonts/inter/Inter-Italic.woff2" as="font" type="font/woff2" />
<link rel="preload" href="/fonts/inter/Inter-Medium.woff" as="font" type="font/woff" />
Expand Down

0 comments on commit 8752909

Please sign in to comment.