Skip to content

Commit

Permalink
example: Rename Univesal Hex Separator to Splitter.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Feb 29, 2024
1 parent 0314f92 commit 6bf34a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/examples/separate.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Universal Hex Separator</title>
<title>Universal Hex Splitter</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<style>
Expand Down Expand Up @@ -108,7 +108,7 @@
</head>

<body>
<h1>Universal Hex Separator</h1>
<h1>Universal Hex Splitter</h1>
<div id="drop-uh" class="drop">
<h2>Universal Hex</h2>
<svg id="icon-uh" xmlns="http://www.w3.org/2000/svg" width="50" height="43" viewBox="0 0 50 43">
Expand All @@ -123,7 +123,7 @@ <h2>Universal Hex</h2>
</div>

<div id="separate">
<button id="button">Separate Universal Hex</button>
<button id="button">Split Universal Hex</button>
</div>

<script type="text/javascript" src="microbit-uh.umd.min.js"></script>
Expand Down

0 comments on commit 6bf34a6

Please sign in to comment.