diff --git a/ui/desktop/src/bin/goosed b/ui/desktop/src/bin/goosed
index 39619508d9..6f5b3ced67 100755
Binary files a/ui/desktop/src/bin/goosed and b/ui/desktop/src/bin/goosed differ
diff --git a/ui/desktop/src/components/Splash.tsx b/ui/desktop/src/components/Splash.tsx
index 9571411830..9cedcbc0e8 100644
--- a/ui/desktop/src/components/Splash.tsx
+++ b/ui/desktop/src/components/Splash.tsx
@@ -13,7 +13,7 @@ export default function Splash({ append }) {
{
const message = {
content: "What can Goose do?",
diff --git a/ui/desktop/src/components/SplashPills.tsx b/ui/desktop/src/components/SplashPills.tsx
index 56c64e8e3c..46030bcbb8 100644
--- a/ui/desktop/src/components/SplashPills.tsx
+++ b/ui/desktop/src/components/SplashPills.tsx
@@ -3,7 +3,7 @@ import React from "react"
function SplashPill({ content, append }) {
return (
{
const message = {
content,
@@ -22,7 +22,7 @@ export default function SplashPills({ append }) {
-
+
)