Skip to content

Commit

Permalink
chore: minor changes before release
Browse files Browse the repository at this point in the history
  • Loading branch information
paanSinghCoder committed Jan 13, 2025
1 parent f966e50 commit 263d0ae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions apps/www/examples/shield-ts/assets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ export const Assets = () => {
<DataTable.Toolbar>
<AssetsHeader />
<DataTable.FilterChips />
<Flex gap="small">
<Button size="small" variant="primary" onClick={() => showToast("success")}>Show Success Toast!</Button>
<Button size="small" variant="danger" onClick={() => showToast("error")}>Show Error Toast with custom icon</Button>
</Flex>
{/* <Flex gap="small"> */}
{/* <Button size="small" variant="primary" onClick={() => showToast("success")}>Show Success Toast!</Button>
<Button size="small" variant="danger" onClick={() => showToast("error")}>Show Error Toast with custom icon</Button> */}
{/* </Flex> */}
</DataTable.Toolbar>
<DataTable.Footer>
<></>
Expand Down Expand Up @@ -208,7 +208,7 @@ const AssetsHeader = () => {
style={{ width: "100%", padding: "4px", paddingTop: "48px" }}
>
<Flex gap="extra-large" align="center" style={{ width: "100%" }}>
<Tabs.Root defaultValue="general">
{/* <Tabs.Root defaultValue="general">
<Tabs.List>
<Tabs.Trigger value="general" icon={<HomeIcon />}>
Home
Expand Down Expand Up @@ -239,7 +239,7 @@ const AssetsHeader = () => {
<Tabs.Content value="seo">
<Text>SEO settings content</Text>
</Tabs.Content>
</Tabs.Root>
</Tabs.Root> */}

{/* <Text style={{ fontWeight: 500 }}>Assets</Text> */}
{/* <Spinner size={3} />
Expand All @@ -252,12 +252,12 @@ const AssetsHeader = () => {
}}
/>
</div> */}
<InputField
{/* <InputField
label="Label"
helperText="Helper Text"
placeholder="Place holder"
prefix="USD"
/>
/> */}
{/* <Badge size="small" variant="gradient" icon={<HomeIcon />}>
Custom Badge
</Badge> */}
Expand Down
2 changes: 1 addition & 1 deletion apps/www/utils/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const primitivesRoutes = [
label: "Components",
pages: [
{
title: "AnnoucementBar",
title: "Annoucement Bar",
slug: "docs/primitives/components/announcementbar",
newBadge: true,
},
Expand Down

0 comments on commit 263d0ae

Please sign in to comment.