diff --git a/README.md b/README.md
index 968a7d9..82f6fa8 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ Minecraft analytics and anti/PieRay helper.
- Find two more corners: one with the same X chunk coordinate, one with the same Z chunk coordinate.
- The solution is added.
+![Test6](images/test6.png?raw=true "Test6")
![Test5](images/test5.png?raw=true "Test5")
![Test1](images/test1.png?raw=true "Test1")
![Test2](images/test2.png?raw=true "Test2")
diff --git a/images/test6.png b/images/test6.png
new file mode 100644
index 0000000..9040446
Binary files /dev/null and b/images/test6.png differ
diff --git a/src/components/Analytics.tsx b/src/components/Analytics.tsx
index b906e93..2593e85 100644
--- a/src/components/Analytics.tsx
+++ b/src/components/Analytics.tsx
@@ -9,12 +9,12 @@ import {
} from 'recharts'
import type { GameLog, TimeSeries } from '../types'
import { addSampleToTimeseries } from '../utils/timeseries'
-import { Heading, Link, Spacer } from '@chakra-ui/react'
+import { Heading, Link } from '@chakra-ui/react'
const vanillaTimestamp = /^\[(\d\d:\d\d:\d\d)\]/
const lunarTimestamp = /^\[(\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d.\d\d\d)\]/
-const connectingTo = /Connecting to (\W),/
+const connectingTo = /Connecting to (\S+),/
const soldContainer = /Successfully sold a container worth: \$([,\d]+.\d+)!/
const contentDelimiter = ': '
@@ -168,7 +168,7 @@ export function Analytics() {
return (
<>
- {serverName || 'Analytics'}
+ 📊 {serverName || ''}
Game log
-
-
+
+
+
}
/>
-
Analytics
Anti/PieRay
@@ -35,18 +38,18 @@ function App() {
Waypoints
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
)
}
diff --git a/src/components/PieRayHelper.tsx b/src/components/PieRayHelper.tsx
index 404a966..a5e3b32 100644
--- a/src/components/PieRayHelper.tsx
+++ b/src/components/PieRayHelper.tsx
@@ -218,8 +218,10 @@ export function PieRayHelper() {
return (
<>
- 🥧📡 Anti/PieRay Helper
-
+
+ 🥧📡
+
+
setShowHelp(!showHelp)}
/>
+
+
- Empire Utils
+ 🏰 Empire Utils