commit a5e3818f7cd6909e84337f4fec813e9c3cc89a2a parent 84c9d25c9c0c8512c9b8c7db54c206324b3cd9e5 Author: Theo Browne <me@t3.gg> Date: Fri, 14 Feb 2025 22:57:50 -0800 Better footer Diffstat:
| M | src/main.ts | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/main.ts b/src/main.ts @@ -23,7 +23,11 @@ function noSearchDefaultPageRender() { </div> </div> <footer class="footer"> - created by <a href="https://x.com/theo" target="_blank">theo</a> with help from <a href="https://t3.chat" target="_blank">t3.chat</a> + <a href="https://t3.chat" target="_blank">t3.chat</a> + • + <a href="https://x.com/theo" target="_blank">theo</a> + • + <a href="https://github.com/t3dotgg/unduck" target="_blank">github</a> </footer> </div> `;