Skip to content

Commit

Permalink
copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hellofromguy committed Apr 5, 2024
1 parent 5e3ac2c commit ce46433
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions projects/ui/src/components/Analytics/Silo/APY.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ const metricToKey = {
};

const metricTitles = {
Bean: 'Bean vAPY',
Bean3Curve: 'BEAN3CRV vAPY',
BeanETHWell: 'BEANETH Well vAPY',
UnripeBean: 'urBEAN vAPY',
UnripeBeanETH: 'urBEANETH Well vAPY',
Bean: 'Bean 30D vAPY',
Bean3Curve: 'BEAN3CRV 30D vAPY',
BeanETHWell: 'BEANETH 30D vAPY',
UnripeBean: 'urBEAN 30D vAPY',
UnripeBeanETH: 'urBEANETH 30D vAPY',
};

const APY: FC<{
Expand Down
20 changes: 10 additions & 10 deletions projects/ui/src/components/Analytics/Silo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ const SLUGS = [
'deposited_urlp',
'stalk',
// 'seeds',
'bean_vAPY',
'bean_3crv_vAPY',
'bean_eth_well_vAPY',
'ur_bean_vAPY',
'ur_bean_eth_vAPY',
'bean_30d_vapy',
'bean3crv_30d_vapy',
'beaneth_30d_vapy',
'urbean_vapy',
'urbeaneth_vapy',
];

const SiloAnalytics: FC<{}> = () => {
Expand All @@ -45,11 +45,11 @@ const SiloAnalytics: FC<{}> = () => {
<Tab label="Deposited urBEANETH" />
<Tab label="Stalk" />
{/* <Tab label="Seeds" /> */}
<Tab label="BEAN vAPY" />
<Tab label="BEAN3CRV vAPY" />
<Tab label="BEANETH vAPY" />
<Tab label="urBEAN vAPY" />
<Tab label="urBEANETH vAPY" />
<Tab label="BEAN 30D vAPY" />
<Tab label="BEAN3CRV 30D vAPY" />
<Tab label="BEANETH 30D vAPY" />
<Tab label="urBEAN 30D vAPY" />
<Tab label="urBEANETH 30D vAPY" />
</Tabs>
{tab === 0 && (
<DepositedAsset
Expand Down

0 comments on commit ce46433

Please sign in to comment.