Skip to content

Commit

Permalink
update portal icon
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Nov 16, 2022
1 parent fcac116 commit f004236
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
Expand Up @@ -2,7 +2,6 @@ import { useApp } from '@tldraw/react'
import { observer } from 'mobx-react-lite'
import * as React from 'react'
import { ToolButton } from '../ToolButton'
import { LogseqIcon } from '../icons'
import { ColorInput } from '../inputs/ColorInput'
import * as Separator from '@radix-ui/react-separator'

Expand Down Expand Up @@ -72,7 +71,8 @@ export const PrimaryTools = observer(function PrimaryTools() {
return (
<div className="tl-primary-tools">
<div className="tl-toolbar tl-tools-floating-panel">
<ToolButton title="Logseq Portal" id="logseq-portal" icon={<LogseqIcon />} />
<ToolButton title="Logseq Portal" id="logseq-portal" icon="circle-plus" />
<Separator.Root className="tl-toolbar-separator" orientation="horizontal" style={{margin: "0 -4px"}}/>
<ToolButton title="Draw" id="pencil" icon="ballpen" />
<ToolButton title="Highlight" id="highlighter" icon="highlight" />
<ToolButton title="Eraser" id="erase" icon="eraser" />
Expand Down
8 changes: 0 additions & 8 deletions tldraw/apps/tldraw-logseq/src/components/icons/LogseqIcon.tsx

This file was deleted.

1 change: 0 additions & 1 deletion tldraw/apps/tldraw-logseq/src/components/icons/index.ts
@@ -1,2 +1 @@
export * from './LogseqIcon'
export * from './TablerIcon'

0 comments on commit f004236

Please sign in to comment.