atmosphere explorer
0
fork

Configure Feed

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

update footer

Juliet a307dad5 1e275a1e

+10 -13
+10 -13
src/views/home.tsx
··· 2 2 3 3 export const Home = () => { 4 4 return ( 5 - <div class="flex w-full flex-col gap-5 px-2 wrap-break-word"> 5 + <div class="flex w-full flex-col gap-6 px-2 wrap-break-word"> 6 6 <div class="flex flex-col gap-3"> 7 7 <h1 class="text-xl font-semibold">Atmosphere Explorer</h1> 8 8 ··· 122 122 </section> 123 123 </div> 124 124 125 - <div class="text-center text-sm text-neutral-600 dark:text-neutral-400"> 126 - <span class="italic"> 127 - Made by{" "} 128 - <a 129 - href="https://juli.ee" 130 - class="font-pecita relative after:absolute after:bottom-0 after:left-0 after:h-px after:w-0 after:bg-current after:transition-[width] after:duration-300 after:ease-out hover:after:w-full" 131 - > 132 - Juliet 133 - </a>{" "} 134 - with love 135 - </span> 136 - <span> • {import.meta.env.VITE_APP_VERSION}</span> 125 + <div class="text-center text-sm text-neutral-700 dark:text-neutral-300"> 126 + Made by{" "} 127 + <a 128 + href="https://juli.ee" 129 + class="font-pecita relative text-rose-400 after:absolute after:bottom-0 after:left-0 after:h-px after:w-0 after:bg-current after:transition-[width] after:duration-300 after:ease-out hover:after:w-full dark:text-rose-300" 130 + > 131 + Juliet 132 + </a>{" "} 133 + with love • {import.meta.env.VITE_APP_VERSION} 137 134 </div> 138 135 </div> 139 136 );