add footer

Changed files
+2 -2
src
+2 -2
src/App.svelte
··· 320 321 <hr class="hr mb-6 mt-12" /> 322 <div class="opacity-50"> 323 - <div class="mt-4"> 324 - Source: <a href="https://tangled.org/@tree.fail/plcbundle-watch">https://tangled.org/@tree.fail/plcbundle-watch</a> 325 </div> 326 </div> 327
··· 320 321 <hr class="hr mb-6 mt-12" /> 322 <div class="opacity-50"> 323 + <div class="mt-4 text-sm"> 324 + <a href="https://tangled.org/@tree.fail/plcbundle-watch">Source Code</a> | ❤️ Made with love for <a href="https://atproto.com/">#atproto</a> community by <a href="https://bsky.app/profile/tree.fail">@tree.fail</a> using <a href="https://vite.dev/">Vite</a> & <a href="https://svelte.dev/">Svelte</a> 325 </div> 326 </div> 327