BunnyCDN, Search tab, journeys redesign, and dashboard polish #52
@@ -160,7 +160,7 @@ export default function JourneysPage() {
|
|||||||
onChange={(value) => setEntryPath(value)}
|
onChange={(value) => setEntryPath(value)}
|
||||||
options={entryPointOptions}
|
options={entryPointOptions}
|
||||||
/>
|
/>
|
||||||
{(depth !== 10 || entryPath) && (
|
{(displayDepth !== 10 || entryPath) && (
|
||||||
<button
|
<button
|
||||||
onClick={() => { setDepth(10); setDisplayDepth(10); setEntryPath('') }}
|
onClick={() => { setDepth(10); setDisplayDepth(10); setEntryPath('') }}
|
||||||
className="text-sm text-neutral-500 hover:text-neutral-900 dark:hover:text-white transition-colors whitespace-nowrap"
|
className="text-sm text-neutral-500 hover:text-neutral-900 dark:hover:text-white transition-colors whitespace-nowrap"
|
||||||
|
|||||||
Reference in New Issue
Block a user