👁️
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

update footer

+21 -4
+21 -4
src/routes/index.tsx
··· 119 119 </div> 120 120 121 121 <div className="mt-16 text-center"> 122 - <p className="text-sm text-gray-500 dark:text-gray-500"> 123 - built on the{" "} 122 + <p className="text-sm text-gray-500 dark:text-gray-500 [font-variation-settings:'CASL'_0.5]"> 123 + built on{" "} 124 124 <a 125 125 href="https://atproto.com" 126 126 target="_blank" 127 127 rel="noopener noreferrer" 128 128 className="text-cyan-600 dark:text-cyan-400 hover:underline" 129 129 > 130 - AT Protocol 130 + atproto 131 + </a>{" "} 132 + w/ &lt;3 by{" "} 133 + <a 134 + href="https://deer.social/profile/did:plc:jx4g6baqkwdlonylsetvpu7c" 135 + target="_blank" 136 + rel="noopener noreferrer" 137 + className="text-cyan-600 dark:text-cyan-400 hover:underline" 138 + > 139 + @aviva.gay 131 140 </a>{" "} 132 - — your decks, your data 141 + ·{" "} 142 + <a 143 + href="https://forsythpeak.com/" 144 + target="_blank" 145 + rel="noopener noreferrer" 146 + className="text-cyan-600 dark:text-cyan-400 hover:underline" 147 + > 148 + forsyth peak llc 149 + </a> 133 150 </p> 134 151 </div> 135 152 </div>