Skip to content

Commit

Permalink
chore: add template url
Browse files Browse the repository at this point in the history
  • Loading branch information
nichenqin committed Sep 11, 2024
1 parent 545dc80 commit 088313c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</DropdownMenu.Trigger>
<DropdownMenu.Content sameWidth>
<DropdownMenu.Group>
<DropdownMenu.Label>My Account</DropdownMenu.Label>
<DropdownMenu.Label>Account & Space Settings</DropdownMenu.Label>
<DropdownMenu.Separator />
<DropdownMenu.Item on:click={logout}>
<LogOutIcon class="mr-2 h-4 w-4" />
Expand All @@ -51,6 +51,11 @@
<KeyIcon class="mr-2 h-4 w-4" />
Api Token
</DropdownMenu.Item>
<DropdownMenu.Item href="https://template.undb.io" target="_blank" rel="noopener noreferrer">
<img src={Logo} alt="undb" class="mr-2 h-4 w-4" />
Undb Templates
<ExternalLinkIcon class="ml-auto h-4 w-4" />
</DropdownMenu.Item>
<DropdownMenu.Item href="https://undb.io" target="_blank" rel="noopener noreferrer">
<img src={Logo} alt="undb" class="mr-2 h-4 w-4" />
Undb Website
Expand Down
2 changes: 1 addition & 1 deletion packages/share/src/share-target.vo.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { baseIdSchema } from "@undb/base"
import { ValueObject } from "@undb/domain"
import { formId, tableId, viewId } from "@undb/table"
import { formId,tableId,viewId } from "@undb/table"
import { z } from "zod"

const shareTargetView = z.object({
Expand Down

0 comments on commit 088313c

Please sign in to comment.