Skip to content

Commit f901e4a

Browse files
committed
Common footer to outline page
1 parent 5492921 commit f901e4a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

handlers/playground.html

+8-10
Original file line numberDiff line numberDiff line change
@@ -361,23 +361,21 @@
361361
class="mt-48 h-[calc(100vh-14.5rem)] w-full overflow-x-hidden overflow-y-auto border-t-2 border-b-2 border-slate-400 dark:border-slate-700"
362362
></iframe>
363363

364-
<footer
365-
class="fixed bottom-0 inset-x-0 mx-4 h-10 text-center max-w-3xl lg:mx-auto py-2 text-slate-600 dark:text-slate-400"
366-
>
367-
<p>
368-
Code Licensed Under GPL v3.0 |
364+
<footer class="mx-4 my-2 text-center text-slate-600 dark:text-slate-400">
365+
<small>
369366
<a
370-
href="https://github.com/everywall/ladder"
367+
href="https://github.com/everywall"
371368
class="hover:text-blue-500 dark:hover:text-blue-500 hover:underline underline-offset-2 transition-colors duration-300"
372-
>View Source</a
369+
>Everywall</a
373370
>
374371
|
375372
<a
376-
href="https://github.com/everywall"
373+
href="https://github.com/everywall/ladder"
377374
class="hover:text-blue-500 dark:hover:text-blue-500 hover:underline underline-offset-2 transition-colors duration-300"
378-
>Everywall</a
375+
>Source</a
379376
>
380-
</p>
377+
| Code Licensed Under GPL v3.0
378+
</small>
381379
</footer>
382380
<div
383381
id="modalContainer"

0 commit comments

Comments
 (0)