Skip to content

Commit

Permalink
Change child element example to envelope
Browse files Browse the repository at this point in the history
  • Loading branch information
Coston Perkins committed Mar 25, 2019
1 parent 3bc6bce commit 658319a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,17 @@ const headerCode = `
<br />
➡️ facetime:
<Obfuscate facetime="202.224.5744" />
<br />
➡️ Child Objects:
<br/>
<Obfuscate facetime="202.224.5744">
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke="black" strokeWidth="3" fill="#404663" />
</svg>
</Obfuscate>
<div>
➡️ Child elements:
<Obfuscate email="coston.perkins@ua.edu">
<svg width={24} height={21}>
<path
fill="#2AA3F5"
d="M12 12.713L.0 3h23.97L12 12.713zm0 2.574L0 5.562V21h24V5"
/>
</svg>
</Obfuscate>
</div>
</p>
</div>
`.trim()

0 comments on commit 658319a

Please sign in to comment.