From 28a9bfdc8ce662db00274f3e2f817169ebc13c9c Mon Sep 17 00:00:00 2001 From: Christian Montoya Date: Mon, 18 Dec 2023 13:49:25 -0500 Subject: [PATCH] Direct Flask admonition to Flask page in docs (#1060) * Direct Flask admonition to Flask page in docs https://metamask.io/flask is being deprecated, this directs the Flask admonition to the docs site instead. * Remove unneeded attributes for local link --- src/theme/Admonition/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/Admonition/index.tsx b/src/theme/Admonition/index.tsx index 26da30e4cee..6962270fcc1 100644 --- a/src/theme/Admonition/index.tsx +++ b/src/theme/Admonition/index.tsx @@ -22,7 +22,7 @@ export default function AdmonitionWrapper(props: Props): JSX.Element { icon={} title="Flask Only" > - This feature is only available in MetaMask Flask, the canary distribution of MetaMask. + This feature is only available in MetaMask Flask, the canary distribution of MetaMask. ); }