commit f6f88f184f5c8121cdaca47e59f838c1082a5e9f parent ac03327ecbb5ab1500fdfd231fcb0925b637f0a2 Author: Theo Browne <me@t3.gg> Date: Fri, 14 Feb 2025 22:30:48 -0800 add footer Diffstat:
| M | src/main.ts | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.ts b/src/main.ts @@ -23,7 +23,7 @@ function noSearchDefaultPageRender() { </div> </div> <footer class="footer"> - created by <a href="https://x.com/theo" target="_blank">theo</a> + 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> </footer> </div> `;