diff options
| author | Jay V <[email protected]> | 2025-07-11 14:24:18 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-07-11 14:24:20 -0400 |
| commit | 2f1acee5a12b3e60b66cd337690d46f0e36b46be (patch) | |
| tree | 37996106dca0a0b8c46ff30da11a6b9df79f48c4 /packages/web/src/components/Share.tsx | |
| parent | 9ca54020acc402472cfd76fe5ed65d1564743761 (diff) | |
| download | opencode-2f1acee5a12b3e60b66cd337690d46f0e36b46be.tar.gz opencode-2f1acee5a12b3e60b66cd337690d46f0e36b46be.zip | |
docs: share page add time footer back
Diffstat (limited to 'packages/web/src/components/Share.tsx')
| -rw-r--r-- | packages/web/src/components/Share.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/web/src/components/Share.tsx b/packages/web/src/components/Share.tsx index 53a249d5b..84e0a1ffb 100644 --- a/packages/web/src/components/Share.tsx +++ b/packages/web/src/components/Share.tsx @@ -364,7 +364,6 @@ export default function Share(props: { <div data-section="part" data-part-type="summary"> <div data-section="decoration"> <span data-status={connectionStatus()[0]}></span> - <div></div> </div> <div data-section="content"> <p data-section="copy">{getStatusText(connectionStatus())}</p> |
