chore: back to clawd logo
Browse files
src/components/LogoV2/Clawd.tsx
CHANGED
|
@@ -3,8 +3,8 @@ import * as React from 'react';
|
|
| 3 |
import { Box, Text } from '../../ink.js';
|
| 4 |
import { env } from '../../utils/env.js';
|
| 5 |
export type ClawdPose = 'default' | 'arms-up' // both arms raised (used during jump)
|
| 6 |
-
| 'look-left' // both pupils shifted left
|
| 7 |
-
| 'look-right'; // both pupils shifted right
|
| 8 |
|
| 9 |
type Props = {
|
| 10 |
pose?: ClawdPose;
|
|
@@ -140,7 +140,7 @@ export function Clawd(t0) {
|
|
| 140 |
}
|
| 141 |
let t8;
|
| 142 |
if ($[16] === Symbol.for("react.memo_cache_sentinel")) {
|
| 143 |
-
t8 = <Text color="clawd_body" backgroundColor="clawd_background">ββ
|
| 144 |
$[16] = t8;
|
| 145 |
} else {
|
| 146 |
t8 = $[16];
|
|
@@ -219,7 +219,7 @@ function AppleTerminalClawd(t0) {
|
|
| 219 |
let t6;
|
| 220 |
let t7;
|
| 221 |
if ($[6] === Symbol.for("react.memo_cache_sentinel")) {
|
| 222 |
-
t6 = <Text backgroundColor="clawd_body">{"
|
| 223 |
t7 = <Text color="clawd_body">ββ ββ</Text>;
|
| 224 |
$[6] = t6;
|
| 225 |
$[7] = t7;
|
|
|
|
| 3 |
import { Box, Text } from '../../ink.js';
|
| 4 |
import { env } from '../../utils/env.js';
|
| 5 |
export type ClawdPose = 'default' | 'arms-up' // both arms raised (used during jump)
|
| 6 |
+
| 'look-left' // both pupils shifted left
|
| 7 |
+
| 'look-right'; // both pupils shifted right
|
| 8 |
|
| 9 |
type Props = {
|
| 10 |
pose?: ClawdPose;
|
|
|
|
| 140 |
}
|
| 141 |
let t8;
|
| 142 |
if ($[16] === Symbol.for("react.memo_cache_sentinel")) {
|
| 143 |
+
t8 = <Text color="clawd_body" backgroundColor="clawd_background">βββββ</Text>;
|
| 144 |
$[16] = t8;
|
| 145 |
} else {
|
| 146 |
t8 = $[16];
|
|
|
|
| 219 |
let t6;
|
| 220 |
let t7;
|
| 221 |
if ($[6] === Symbol.for("react.memo_cache_sentinel")) {
|
| 222 |
+
t6 = <Text backgroundColor="clawd_body">{" ".repeat(7)}</Text>;
|
| 223 |
t7 = <Text color="clawd_body">ββ ββ</Text>;
|
| 224 |
$[6] = t6;
|
| 225 |
$[7] = t7;
|