@featurevisor/site 2.0.3 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@featurevisor/site",
3
- "version": "2.0.3",
3
+ "version": "2.5.0",
4
4
  "description": "Static site for Featurevisor",
5
5
  "main": "dist",
6
6
  "scripts": {
@@ -59,7 +59,7 @@
59
59
  "webpack-merge": "^5.10.0"
60
60
  },
61
61
  "dependencies": {
62
- "@featurevisor/types": "2.0.3"
62
+ "@featurevisor/types": "2.1.2"
63
63
  },
64
- "gitHead": "5522c5cb67b648aac05c100733390e92a42f694b"
64
+ "gitHead": "de951e1db0184ba2ed10a143a47cf65c3263faa2"
65
65
  }
Binary file
package/public/index.html CHANGED
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta charset="utf-8" />
5
5
  <title>Featurevisor Status</title>
6
- <link rel="icon" type="image/png" href="./favicon-128.png" />
6
+ <link rel="icon" type="image/png" href="./favicon-256.png" />
7
7
  </head>
8
8
 
9
9
  <body>
Binary file
@@ -28,9 +28,15 @@ export function Header() {
28
28
  <Link to="/" className="text-gray-50">
29
29
  <img
30
30
  alt="Featurevisor"
31
- src="/favicon-128.png"
31
+ src="/favicon-256.png"
32
32
  className="absolute top-4 -ml-2 w-[36px]"
33
33
  />
34
+
35
+ <img
36
+ alt="Featurevisor"
37
+ src="/logo-text.png"
38
+ className="absolute top-[26px] pl-[50px] -ml-2 w-[220px] hidden md:inline-block"
39
+ />
34
40
  </Link>
35
41
 
36
42
  <div className="relative flex gap-x-4">