Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
actually, this is funnier
  • Loading branch information
aslilac committed Feb 29, 2024
commit c193d25f87da267e6dc3c6b587030639b86f8d0d
9 changes: 7 additions & 2 deletions site/src/components/TableEmpty/TableEmpty.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ export const Example: Story = {};
export const WithImageAndCta: Story = {
name: "With Image and CTA",
args: {
description: "Actually, it's the BBC controlling us from London",
cta: <CodeExample secret={false} code="radio eject /dev/brain" />,
description: "A gruff voice crackles to life on the intercom.",
cta: (
<CodeExample
secret={false}
code="say &ldquo;Actually, it's the BBC controlling us from London&rdquo;"
/>
),
image: (
<img
src="/featured/templates.webp"
Expand Down