Skip to content

Commit

Permalink
Merge pull request #771 from friendsofagape/version2.3.1
Browse files Browse the repository at this point in the history
updating version and icon name
  • Loading branch information
vipinpaul authored Feb 2, 2023
2 parents 9cb5692 + 17dd97a commit 829f4a6
Show file tree
Hide file tree
Showing 4 changed files with 17,428 additions and 16,435 deletions.
167 changes: 86 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Bible translation editor for everyone.",
"email": "autographa.support@bridgeconn.com",
"author": "Friends of Agape <autographa.support@bridgeconn.com>",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"private": true,
"main": "main/index.js",
Expand Down
4 changes: 2 additions & 2 deletions renderer/src/modules/editorsidebar/Comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useState } from 'react';

import { useTranslation } from 'react-i18next';
import { ChevronDownIcon } from '@heroicons/react/24/solid';
import { ChatAlt2Icon } from '@heroicons/react/24/outline';
import { ChatBubbleLeftRightIcon } from '@heroicons/react/24/outline';

import EditComment from './EditComment';

Expand Down Expand Up @@ -128,7 +128,7 @@ export default function Comments() {
className="p-1 absolute right-2 bottom-2 rounded bg-primary text-white"
onClick={() => setEditComment(true)}
>
<ChatAlt2Icon className="w-4 h-4" />
<ChatBubbleLeftRightIcon className="w-4 h-4" />
</button>
)}

Expand Down
Loading

0 comments on commit 829f4a6

Please sign in to comment.