Skip to content

Commit

Permalink
[twizzle] Update page titles with matching icons.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jul 30, 2021
1 parent b4b85d6 commit ea11207
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sites/alpha.twizzle.net/edit/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</puzzle-pane>
<control-pane class="loading">
<section>
<div class="title">Twizzle Editor [alpha]</div>
<div class="title">✍️ Twizzle Editor ᴬᴸᴾᴴᴬ</div>
<div style="margin-top: 0.5em; color: red">
🚨Note: everything here is super-experimental. Puzzles and notation
will change.
Expand Down
2 changes: 1 addition & 1 deletion src/sites/alpha.twizzle.net/edit/strings.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const APP_TITLE = "Twizzle Editor [alpha]";
export const APP_TITLE = "✍️ Twizzle Editor ᴬᴸᴾᴴᴬ";
7 changes: 6 additions & 1 deletion src/sites/alpha.twizzle.net/explore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
</head>

<body>
<div class="title">Twizzle Explorer</div>
<div class="title">
<span
><span style="text-shadow: 0 0 0.05em black, 0 0 0.05em black">🔭</span>
Twizzle Explorer <span style="opacity: 0.3">ᴬᴸᴾᴴᴬ</span></span
>
</div>
<div class="controls-wrapper">
<div class="controls">
<select id="puzzleoptions">
Expand Down

0 comments on commit ea11207

Please sign in to comment.