chenbhao commited on
Commit
9d2def7
Β·
1 Parent(s): db4acbb

chore: back to clawd logo

Browse files
Files changed (1) hide show
  1. src/components/LogoV2/Clawd.tsx +4 -4
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">β–ˆβ–ˆβ–„β–ˆβ–ˆ</Text>;
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">{" β–„β–„ "}</Text>;
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;