Skip to content

Commit

Permalink
Deploy ce8bfed
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohk committed Jan 25, 2024
1 parent 30e3b16 commit 37bd14e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/main-70f1a14d.js → assets/main-4919727f.js
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ img.ProseMirror-separator {
<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()}
>${HA(YE)}</span
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<link rel="stylesheet" href="/wordflow/global.css" />

<script type="module" crossorigin src="/wordflow/assets/main-70f1a14d.js"></script>
<script type="module" crossorigin src="/wordflow/assets/main-4919727f.js"></script>
</head>

<body>
Expand Down

0 comments on commit 37bd14e

Please sign in to comment.