|
1 | | -import { |
2 | | - ChevronSmallRightIcon, |
3 | | - DiscordIcon, |
4 | | - TwitterIcon, |
5 | | -} from '@storybook/icons'; |
| 1 | +import { ChevronSmallRightIcon, DiscordIcon, XIcon } from '@storybook/icons'; |
6 | 2 | import type { FC } from 'react'; |
| 3 | +import { BlueSkyIcon } from '@repo/ui'; |
7 | 4 | import { Youtube } from '../logos/youtube'; |
8 | 5 | import { Section } from './section'; |
9 | 6 |
|
@@ -33,40 +30,55 @@ export const Events: FC = () => { |
33 | 30 | </div> |
34 | 31 | </div> |
35 | 32 | <div className="flex flex-1 gap-4 rounded border border-zinc-300 p-6 md:gap-6 md:p-8 dark:border-slate-700"> |
36 | | - <TwitterIcon className="h-10 w-10 text-[#4999e9]" /> |
| 33 | + <DiscordIcon className="h-10 w-10 text-[#5a65ea]" /> |
37 | 34 | <div className="flex-1"> |
38 | | - <h2 className="text-lg font-bold">Twitter</h2> |
| 35 | + <h2 className="text-lg font-bold">Follow #announcements chat</h2> |
39 | 36 | <p className="mb-3 text-zinc-500"> |
40 | | - Get the latest event updates from Storybook maintainers. |
| 37 | + Join our community chat to learn about live events and streams. |
41 | 38 | </p> |
42 | 39 | <a |
43 | 40 | className="flex items-center gap-2 text-blue-500" |
44 | | - href="https://twitter.com/storybookjs" |
| 41 | + href="https://discord.gg/storybook" |
45 | 42 | > |
46 | | - Follow now |
| 43 | + Chat now |
47 | 44 | <ChevronSmallRightIcon /> |
48 | 45 | </a> |
49 | 46 | </div> |
50 | 47 | </div> |
51 | 48 | </div> |
52 | 49 | <div className="mb-8 flex flex-col gap-8 md:flex-row"> |
53 | 50 | <div className="flex flex-1 gap-4 rounded border border-zinc-300 p-6 md:gap-6 md:p-8 dark:border-slate-700"> |
54 | | - <DiscordIcon className="h-10 w-10 text-[#5a65ea]" /> |
| 51 | + <BlueSkyIcon className="h-10 w-10" color="#0085ff" /> |
55 | 52 | <div className="flex-1"> |
56 | | - <h2 className="text-lg font-bold">Follow #announcements chat</h2> |
| 53 | + <h2 className="text-lg font-bold">Follow on BlueSky</h2> |
57 | 54 | <p className="mb-3 text-zinc-500"> |
58 | | - Join our community chat to learn about live events and streams. |
| 55 | + Get the latest event updates from Storybook maintainers. |
59 | 56 | </p> |
60 | 57 | <a |
61 | 58 | className="flex items-center gap-2 text-blue-500" |
62 | | - href="https://discord.gg/storybook" |
| 59 | + href="https://bsky.app/profile/storybook.js.org" |
63 | 60 | > |
64 | | - Chat now |
| 61 | + Follow now |
| 62 | + <ChevronSmallRightIcon /> |
| 63 | + </a> |
| 64 | + </div> |
| 65 | + </div> |
| 66 | + <div className="flex flex-1 gap-4 rounded border border-zinc-300 p-6 md:gap-6 md:p-8 dark:border-slate-700"> |
| 67 | + <XIcon className="h-10 w-10" /> |
| 68 | + <div className="flex-1"> |
| 69 | + <h2 className="text-lg font-bold">Follow on X</h2> |
| 70 | + <p className="mb-3 text-zinc-500"> |
| 71 | + Get the latest event updates from Storybook maintainers. |
| 72 | + </p> |
| 73 | + <a |
| 74 | + className="flex items-center gap-2 text-blue-500" |
| 75 | + href="https://twitter.com/storybookjs" |
| 76 | + > |
| 77 | + Follow now |
65 | 78 | <ChevronSmallRightIcon /> |
66 | 79 | </a> |
67 | 80 | </div> |
68 | 81 | </div> |
69 | | - <div className="flex-1 px-6 md:px-8" /> |
70 | 82 | </div> |
71 | 83 | </Section> |
72 | 84 | ); |
|
0 commit comments