atproto explorer

remove kofi link

+16 -25
+16 -25
src/views/home.tsx
··· 83 83 </A> 84 84 </div> 85 85 </div> 86 - <div class="flex justify-between"> 87 - <div class="flex gap-2"> 88 - <Tooltip text="GitHub"> 89 - <A href="https://github.com/notjuliet/pdsls" target="_blank"> 90 - <div class="i-lucide-github text-xl" /> 91 - </A> 92 - </Tooltip> 93 - <Tooltip text="Tangled"> 94 - <A href="https://tangled.sh/@pdsls.dev/pdsls/" target="_blank"> 95 - <div class="i-tangled text-xl" /> 96 - </A> 97 - </Tooltip> 98 - </div> 99 - <div class="flex gap-2"> 100 - <Tooltip text="Bluesky"> 101 - <A href="https://bsky.app/profile/did:plc:6q5daed5gutiyerimlrnojnz" target="_blank"> 102 - <div class="i-tabler-brand-bluesky text-xl" /> 103 - </A> 104 - </Tooltip> 105 - <Tooltip text="Donate on Ko-fi"> 106 - <A href="https://ko-fi.com/notjuliet" target="_blank"> 107 - <div class="i-lucide-coffee text-xl" /> 108 - </A> 109 - </Tooltip> 110 - </div> 86 + <div class="flex gap-2"> 87 + <Tooltip text="GitHub"> 88 + <A href="https://github.com/notjuliet/pdsls" target="_blank"> 89 + <div class="i-lucide-github text-xl" /> 90 + </A> 91 + </Tooltip> 92 + <Tooltip text="Tangled"> 93 + <A href="https://tangled.sh/@pdsls.dev/pdsls/" target="_blank"> 94 + <div class="i-tangled text-xl" /> 95 + </A> 96 + </Tooltip> 97 + <Tooltip text="Bluesky"> 98 + <A href="https://bsky.app/profile/did:plc:6q5daed5gutiyerimlrnojnz" target="_blank"> 99 + <div class="i-tabler-brand-bluesky text-xl" /> 100 + </A> 101 + </Tooltip> 111 102 </div> 112 103 </div> 113 104 );