Skip to content

Commit

Permalink
Merge pull request #1502 from ecency/Xurwi-patch-2
Browse files Browse the repository at this point in the history
Update en-US.json
  • Loading branch information
feruzm authored Nov 9, 2023
2 parents dfc0125 + 0aadf22 commit cfc44d9
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 46 deletions.
2 changes: 1 addition & 1 deletion src/common/components/floating-faq/path.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"suggestions": [
"what-are-hive",
"what-are-hd",
"what-are-hive-power",
"what-is-hive-power",
"what-powering-up",
"what-powering-down",
"what-delegated-hp"
Expand Down
2 changes: 1 addition & 1 deletion src/common/constants/faq-keys-general.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const faqKeysGeneral = [
"what-do-hive-tokens",
"value-hive-hbd",
"what-are-hive",
"what-are-hive-power",
"what-is-hive-power",
"what-are-hd",
"what-delegated-hp",
"what-powering-up",
Expand Down
3 changes: 1 addition & 2 deletions src/common/features/ui/list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ export function ListItem(props: ListItemProps) {
<div
{...nativeProps}
className={classNameObject({
"ececny-list-item text-sm text-gray-600 border-b border-[--border-color] last:border-b-0":
true,
"list-item text-sm text-gray-600 border-b border-[--border-color] last:border-b-0": true,
"px-2 py-3": props.small ?? false,
"px-3 py-4": !props.small,
"rounded-xl border border-[--border-color] bg-gray-100 dark:bg-gray-900": props.styledDefer,
Expand Down
Loading

0 comments on commit cfc44d9

Please sign in to comment.