Skip to content

Commit 3899eee

Browse files
committed
fixes
1 parent 2ed2b40 commit 3899eee

File tree

3 files changed

+6
-15
lines changed

3 files changed

+6
-15
lines changed

app/templates/landing.html

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -363,16 +363,7 @@
363363
position: relative;
364364
}
365365

366-
.roast-box::after {
367-
content: 'ROAST_BOT_V1.0';
368-
position: absolute;
369-
top: -10px;
370-
right: 15px;
371-
background: #222;
372-
color: #fff;
373-
font-size: 10px;
374-
padding: 2px 8px;
375-
}
366+
376367

377368
.roast-box input {
378369
width: 100%;
@@ -552,8 +543,8 @@
552543

553544
<p>i built this because it was a personal problem. then i asked around and realized <a
554545
href="https://x.com/PixOnChain/status/2000589935980458262" target="_blank"
555-
style="color: inherit; text-decoration: underline;"><b>everyone</b> has this
556-
problem</a>. nobody has a real solution.</p>
546+
style="color: inherit; text-decoration: underline;">everyone</a> has this
547+
problem. nobody has a real solution.</p>
557548

558549
<hr>
559550

@@ -670,7 +661,7 @@ <h2>security</h2>
670661

671662
<hr>
672663

673-
<h2>experimental tools</h2>
664+
<h2>security tools</h2>
674665

675666
<div class="tools-grid">
676667
<a href="/tools/visual-crypto" class="tool-card">

app/templates/tools_audio_steg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2>how it works</h2>
260260

261261
<div class="footer">
262262
<p><a href="/">back to deadhand</a></p>
263-
<p>experimental tool. use at your own risk.</p>
263+
264264
</div>
265265

266266
<script>

app/templates/tools_visual_steg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ <h2>how it works</h2>
258258

259259
<div class="footer">
260260
<p><a href="/">back to deadhand</a></p>
261-
<p>experimental tool. use at your own risk.</p>
261+
262262
</div>
263263

264264
<script>

0 commit comments

Comments
 (0)