Skip to content

Commit 8bf5a59

Browse files
feat: Add orange 'V' favicon to the frontend
This commit introduces a new SVG favicon to the frontend application, following the user's request. The favicon is an orange square with a white letter 'V' in the center. The `index.html` file has been updated to link to the new favicon.
1 parent b82a11d commit 8bf5a59

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

frontend/favicon.svg

Lines changed: 4 additions & 0 deletions
Loading

frontend/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Mark 1 - AI Test Automation Platform</title>
7+
<link rel="icon" href="favicon.svg" type="image/svg+xml">
78
<link rel="preconnect" href="https://fonts.googleapis.com">
89
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
910
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)