File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -830,7 +830,7 @@ code:hover .code-unfocus {
830830div [class ^= ' theme-announcement-bar' ] {
831831 font-family : var (--font-mm-euclid );
832832 font-size : 1.4rem ;
833- padding : 1 rem 2rem ;
833+ padding : 0.5 rem 2rem ;
834834 text-align : center ;
835835 border-bottom : 1px solid var (--general-gray-light );
836836 background-color : var (--developer-purple-light );
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export default function AnnouncementBar(): JSX.Element | null {
1717 return (
1818 < div className = "theme-announcement-bar" role = "banner" data-announcement-bar = "true" >
1919 < div style = { { textAlign : 'center' } } >
20- < strong > Delegation Toolkit is now renamed to Smart Accounts Kit.</ strong >
20+ < strong > Delegation Toolkit is now renamed to < a href = "/smart-accounts-kit" > Smart Accounts Kit</ a > .</ strong >
2121 </ div >
2222 </ div >
2323 )
You can’t perform that action at this time.
0 commit comments