Skip to content

Commit

Permalink
site: Publish RC0 blog
Browse files Browse the repository at this point in the history
  • Loading branch information
natew committed Dec 4, 2022
1 parent 2f5b936 commit d3e5283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Tamagui Release Candidate
title: Tamagui v1 Release Candidate
publishedAt: '2022-11-16'
description: Tamagui reaches API and cross platform stability
by: nate
Expand Down
2 changes: 1 addition & 1 deletion apps/site/lib/codeExamples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export const Heading = styled(Text, {
name: 'app.js',
code: `import { concatClassName } from "@tamagui/helpers";
import { Stack } from '@tamagui/core';
import { Heading } from '@tamagui/sandbox-ui';
import { Heading } from './Heading';
export default (props) => (
<div className={_cn}>
Expand Down

0 comments on commit d3e5283

Please sign in to comment.