atmosphere explorer
0
fork

Configure Feed

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

wrap anywhere error

Juliet a7a05ba9 d33b90c4

+2 -2
+2 -2
src/layout.tsx
··· 129 129 <span class="iconify tabler--binary-tree-filled text-[#76c4e5]"></span> 130 130 <span>PDSls</span> 131 131 </A> 132 - <div class="dark:bg-dark-300/60 relative flex items-center gap-0.5 py-0.5 px-1 rounded-lg bg-neutral-50/60"> 132 + <div class="dark:bg-dark-300/60 relative flex items-center gap-0.5 rounded-lg bg-neutral-50/60 px-1 py-0.5"> 133 133 <Show when={location.pathname !== "/"}> 134 134 <SearchButton /> 135 135 </Show> ··· 174 174 </Show> 175 175 <Show keyed when={location.pathname}> 176 176 <ErrorBoundary 177 - fallback={(err) => <div class="mt-3 wrap-break-word">Error: {err.message}</div>} 177 + fallback={(err) => <div class="mt-3 wrap-anywhere">Error: {err.message}</div>} 178 178 > 179 179 <Suspense 180 180 fallback={