@ape.swap/bonds-sdk 2.0.1 → 2.0.2-test1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -74867,7 +74867,7 @@ const NavPanel = ({ contractAddress }) => {
|
|
|
74867
74867
|
justifyContent: 'space-between',
|
|
74868
74868
|
alignItems: 'center',
|
|
74869
74869
|
mb: ['15px', '15px', '15px', '0px'],
|
|
74870
|
-
}, children: [jsxs(Flex, { onClick: () => window.open(`${window.location.origin}/bonds`, '_self'), sx: { cursor: 'pointer' }, children: ['< ', jsx$2(Flex, { sx: { ml: '4px' }, children: "All Bonds" })] }), jsx$2(Flex, { children: jsxs(Flex, { sx: { p: '5px 10px', background: 'white3', borderRadius: 'small', cursor: 'pointer' }, onClick: () => window.open(`https://bond-dashboard.vercel.app/bond/${contractAddress}`, '_blank', 'noreferrer'), children: ["View
|
|
74870
|
+
}, children: [jsxs(Flex, { onClick: () => window.open(`${window.location.origin}/bonds`, '_self'), sx: { cursor: 'pointer' }, children: ['< ', jsx$2(Flex, { sx: { ml: '4px' }, children: "All Bonds" })] }), jsx$2(Flex, { children: jsxs(Flex, { sx: { p: '5px 10px', background: 'white3', borderRadius: 'small', cursor: 'pointer' }, onClick: () => window.open(`https://bond-dashboard.vercel.app/bond/${contractAddress}`, '_blank', 'noreferrer'), children: ["View Insights!", jsx$2(Flex, { sx: { ml: '3px' }, children: jsx$2(Svg, { icon: "insight" }) })] }) })] }));
|
|
74871
74871
|
};
|
|
74872
74872
|
|
|
74873
74873
|
const styles$3 = {
|