diff --git a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.scss b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.scss index 34b641dbc3625a..6010d7179b0ee3 100644 --- a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.scss +++ b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.scss @@ -1,5 +1,4 @@ .welcome-card { - // background: var(--primary-alt-highlight-3000); background: var(--primary-alt-highlight-3000); body[theme='dark'] & { diff --git a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.tsx b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.tsx index cd785399be3417..db5ead2d008072 100644 --- a/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.tsx +++ b/frontend/src/layout/navigation-3000/sidepanel/panels/SidePanelWelcome.tsx @@ -2,6 +2,7 @@ import './SidePanelWelcome.scss' import { IconArrowLeft, IconEllipsis, IconExternal, IconX } from '@posthog/icons' import { LemonButton } from '@posthog/lemon-ui' +import clsx from 'clsx' import { useActions, useValues } from 'kea' import posthog from 'posthog-js' import featureCommandPalette from 'public/3000/3000-command-palette.png' @@ -18,10 +19,12 @@ import featureSidePanelDark from 'public/3000/3000-side-panel-dark.png' import featureToolbar from 'public/3000/3000-toolbar.png' import { useEffect } from 'react' +import { themeLogic } from '~/layout/navigation-3000/themeLogic' + import { KeyboardShortcut } from '../../components/KeyboardShortcut' import { sidePanelStateLogic } from '../sidePanelStateLogic' -const blogPostUrl = 'https://posthog.com/blog/why-redesign' +const BLOG_POST_URL = 'https://posthog.com/blog/posthog-as-a-dev-tool' type RowProps = { className?: string @@ -29,26 +32,19 @@ type RowProps = { children: React.ReactNode } -const Row = ({ className, columns, children }: RowProps): JSX.Element => ( -
{children}
) -import { themeLogic } from '~/layout/navigation-3000/themeLogic' - export const SidePanelWelcome = (): JSX.Element => { const { closeSidePanel } = useActions(sidePanelStateLogic) const { isDarkModeOn } = useValues(themeLogic) @@ -84,8 +78,7 @@ export const SidePanelWelcome = (): JSX.Element => {
- We're past 0 to 1. In this new version of PostHog, we're going from 1 to 3000. (And this is just the
- beginning...)
+ We're past zero to one.
+
+ In this new version of PostHog, we're going from one… to 3000.
+
+ And this is just the beginning.
+