File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ export const Operator: FC<ComponentPropsWithoutRef<"div">> = ({ ...props }) => {
113113 variant = "link"
114114 size = "xl"
115115 target = "_blank"
116- href = "https://docs.ssv.network/learn/ operators/update-fee#_nn1qsdauoghf "
116+ href = "https://docs.ssv.network/operators/operator-onboarding/ update-fee"
117117 >
118118 Read more on operator fees
119119 </ Button >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export const DecreaseOperatorFee: FC = () => {
6969 < Button
7070 as = "a"
7171 variant = "link"
72- href = "https://docs.ssv.network/learn/ operators/update-fee"
72+ href = "https://docs.ssv.network/operators/operator-onboarding /update-fee"
7373 target = "_blank"
7474 >
7575 Read more on fee changes
@@ -85,7 +85,7 @@ export const DecreaseOperatorFee: FC = () => {
8585 < Button
8686 as = "a"
8787 variant = "link"
88- href = "https://docs.ssv.network/learn/ operators/update-fee"
88+ href = "https://docs.ssv.network/operators/operator-onboarding /update-fee"
8989 target = "_blank"
9090 >
9191 Read more on fee changes
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export const SetOperatorFee: FC<ComponentPropsWithoutRef<"div">> = () => {
9595 Please note that you could always change your fee (according to the{ " " }
9696 < Button
9797 as = "a"
98- href = "https://docs.ssv.network/learn/ operators/update-fee"
98+ href = "https://docs.ssv.network/operators/operator-onboarding /update-fee"
9999 target = "_blank"
100100 variant = "link"
101101 >
@@ -123,6 +123,7 @@ export const SetOperatorFee: FC<ComponentPropsWithoutRef<"div">> = () => {
123123 < img
124124 src = "/images/ssvIcons/logo.svg"
125125 className = "size-5"
126+ alt = "logo"
126127 />
127128 < Text variant = "body-2-bold" > SSV</ Text >
128129 </ div >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export const links = {
4545 "https://docs.ssv.network/operators/operator-onboarding/permissioned-operators/" ,
4646 MORE_ON_CLUSTERS : "https://docs.ssv.network/stakers/clusters/" ,
4747 SSV_KEYS_RELEASES_URL : "https://github.com/ssvlabs/ssv-keys/releases" ,
48- SSV_UPDATE_FEE_DOCS : "https://docs.ssv.network/learn/ operators/update-fee" ,
48+ SSV_UPDATE_FEE_DOCS : "https://docs.ssv.network/operators/operator-onboarding /update-fee" ,
4949 TOOL_TIP_KEY_LINK : "https://docs.ssv.network/operators/install-instructions" ,
5050 GASNOW_API_URL :
5151 "https://www.gasnow.org/api/v3/gas/price?utm_source=ssv.network" ,
@@ -56,7 +56,7 @@ export const links = {
5656 UPDATE_OPERATORS_LINK :
5757 "https://docs.ssv.network/stakers/validators/update-operators" ,
5858 MORE_ABOUT_UPDATE_FEES :
59- "https://docs.ssv.network/learn/ operators/update-fee#_nn1qsdauoghf " ,
59+ "https://docs.ssv.network/operators/operator-onboarding/ update-fee" ,
6060 MORE_ON_FEES :
6161 "https://docs.ssv.network/learn/protocol-overview/tokenomics/fees#_k4tw9to38r3v" ,
6262 MORE_ON_LIQUIDATION_LINK :
You can’t perform that action at this time.
0 commit comments