raaaaahhh

This commit is contained in:
legop3
2026-05-19 18:26:44 -04:00
parent 6c3ac6d22d
commit fb65926760
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Roomba Rover" /> <meta name="apple-mobile-web-app-title" content="Roomba Rover" />
<title>Roomba Rover</title> <title>Roomba Rover</title>
<script type="module" crossorigin src="/assets/index-D7hULYLE.js"></script> <script type="module" crossorigin src="/assets/index-BsG3bRcY.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DSJcZoco.css"> <link rel="stylesheet" crossorigin href="/assets/index-DSJcZoco.css">
</head> </head>
<body> <body>
@@ -113,8 +113,8 @@ export function ChatIdentity({ message, toolsToggle = null, inlineText = '' }) {
{message.roverId} {message.roverId}
</span> </span>
)} )}
{inlineText ? <span className="min-w-0 break-words leading-tight whitespace-pre-wrap">{inlineText}</span> : null}
{toolsToggle} {toolsToggle}
{inlineText ? <span className="min-w-0 break-words leading-tight whitespace-pre-wrap">{inlineText}</span> : null}
</span> </span>
); );
} }