File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed
ui/pages/onboarding-flow/add-network-modal/__snapshots__ Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -12,29 +12,10 @@ exports[`Add Network Modal should render 1`] = `
1212 </h4 >
1313 </div >
1414 <div
15- class = " networks-tab__add-network -form networks-tab__restrict-height"
15+ class = " networks-tab__network -form networks-tab__restrict-height"
1616 >
1717 <div
18- class = " actionable-message actionable-message--warning actionable-message--with-right-button networks-tab__add-network-form__alert actionable-message--with-icon"
19- >
20- <svg
21- viewBox = " 0 0 10 10"
22- xmlns = " http://www.w3.org/2000/svg"
23- >
24- <path
25- d = " M5 0C2.2 0 0 2.2 0 5s2.2 5 5 5 5-2.2 5-5-2.2-5-5-5zm0 2c.4 0 .7.3.7.7s-.3.7-.7.7-.7-.2-.7-.6.3-.8.7-.8zm.7 6H4.3V4.3h1.5V8z"
26- fill = " var(--color-warning-default)"
27- />
28- </svg >
29-
30- <div
31- class = " actionable-message__message"
32- >
33- A malicious network provider can lie about the state of the blockchain and record your network activity. Only add custom networks you trust.
34- </div >
35- </div >
36- <div
37- class = " networks-tab__add-network-form-body"
18+ class = " networks-tab__network-form-body"
3819 >
3920 <div
4021 class = " form-field"
@@ -209,7 +190,7 @@ exports[`Add Network Modal should render 1`] = `
209190 </div >
210191 </div >
211192 <div
212- class = " networks-tab__add-network -form-footer"
193+ class = " networks-tab__network -form-footer"
213194 >
214195 <button
215196 class = " button btn--rounded btn-secondary"
You can’t perform that action at this time.
0 commit comments