Skip to content

Commit

Permalink
Update feature video in readme
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <[email protected]>
  • Loading branch information
xiaohk committed Jan 25, 2024
1 parent ce8bfed commit 89bac7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Wordflow is a social and customizable AI writing assistant tool! With Wordflow,

## Features

<img width="100%" src='https://github.com/poloclub/wordflow/assets/15007159/0aca0110-b35c-42e1-a5ba-a1c1f049c952'>
<img width="100%" src='https://github.com/poloclub/wordflow/assets/15007159/be1ed7df-6a25-477e-aa43-b78d66f53c4d'>

### Demo Video

Expand Down
4 changes: 3 additions & 1 deletion src/components/prompt-editor/prompt-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,9 @@ export class WordflowPromptEditor extends LitElement {
<div class="header">
<div class="title-bar">
<span class="name"
>${this.isNewPrompt ? 'New Prompt' : 'Edit Prompt'}</span
>${this.isNewPrompt
? 'New Private Prompt'
: 'Edit Prompt'}</span
>
<span class="svg-icon" @click=${() => this.closeButtonClicked()}
>${unsafeHTML(crossIcon)}</span
Expand Down

0 comments on commit 89bac7b

Please sign in to comment.