chore: original design to avoid ip issues
Browse files
src/components/LogoV2/Clawd.tsx
CHANGED
|
@@ -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;
|
|
|
|
| 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">{" ββ "}</Text>;
|
| 223 |
t7 = <Text color="clawd_body">ββ ββ</Text>;
|
| 224 |
$[6] = t6;
|
| 225 |
$[7] = t7;
|