this repo has no description
0
fork

Configure Feed

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

chore: remove open-source footer line

Made-with: Cursor

+17 -10
+17 -10
components/Footer.tsx
··· 11 11 style={{ 12 12 margin: "0 auto 1.5rem", 13 13 opacity: 0.55, 14 - filter: "brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(1500%) hue-rotate(195deg) brightness(95%)", 14 + filter: 15 + "brightness(0) saturate(100%) invert(12%) sepia(30%) saturate(1500%) hue-rotate(195deg) brightness(95%)", 15 16 }} 16 17 /> 17 18 <p class="text-subsection mb-3"> ··· 25 26 > 26 27 AT Protocol 27 28 </a> 28 - <span class="footer-coming-soon" title="Coming soon">Explore Apps</span> 29 + <span class="footer-coming-soon" title="Coming soon"> 30 + Explore Apps 31 + </span> 29 32 </div> 30 33 <p class="footer-quote"> 31 34 "You never change things by fighting the existing reality. To change ··· 33 36 <br /> 34 37 <span style={{ opacity: 0.75 }}>— Buckminster Fuller</span> 35 38 </p> 36 - <p 37 - class="text-body-sm mt-4" 38 - style={{ opacity: 0.38, fontSize: "0.8rem" }} 39 - > 40 - Atmosphere Account is an open-source project. 41 - </p> 42 - <a href="#page-top" class="back-to-top"> 43 - <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"> 39 + <a href="#page-top" class="back-to-top mt-4"> 40 + <svg 41 + width="18" 42 + height="18" 43 + viewBox="0 0 24 24" 44 + fill="none" 45 + stroke="currentColor" 46 + stroke-width="2" 47 + stroke-linecap="round" 48 + stroke-linejoin="round" 49 + aria-hidden="true" 50 + > 44 51 <path d="M18 15l-6-6-6 6" /> 45 52 </svg> 46 53 Back to top