From 7c39f1d8214e265fd5d4df9643da92fe210eaba4 Mon Sep 17 00:00:00 2001 From: Gigi Date: Mon, 13 Oct 2025 00:00:05 +0200 Subject: [PATCH] style: change three-dot menu icon to horizontal --- src/components/HighlightItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index 135cae93..e616b963 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -1,6 +1,6 @@ import React, { useEffect, useRef, useState } from 'react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' -import { faQuoteLeft, faExternalLinkAlt, faPlane, faSpinner, faServer, faTrash, faEllipsisV } from '@fortawesome/free-solid-svg-icons' +import { faQuoteLeft, faExternalLinkAlt, faPlane, faSpinner, faServer, faTrash, faEllipsisH } from '@fortawesome/free-solid-svg-icons' import { Highlight } from '../types/highlights' import { useEventModel } from 'applesauce-react/hooks' import { Models, IEventStore } from 'applesauce-core' @@ -386,7 +386,7 @@ export const HighlightItem: React.FC = ({ onClick={handleMenuToggle} title="More options" > - + {showMenu && (