From 5f990edfb9685978403391cde80d09be4a77fdef Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 31 Jan 2023 01:09:14 +0900
Subject: [PATCH 1/2] refs #345 Add title text for buttons
---
src/components/Navigator.tsx | 6 +++---
src/components/timelines/Conversations.tsx | 6 +++---
src/components/timelines/New.tsx | 4 ++--
src/components/timelines/Notifications.tsx | 7 ++++---
src/components/timelines/Timeline.tsx | 8 ++++----
.../timelines/conversation/Conversation.tsx | 2 +-
.../timelines/notification/Follow.tsx | 2 ++
.../timelines/notification/Reaction.tsx | 8 +++++++-
.../timelines/status/ActionButton.tsx | 5 +++--
src/components/timelines/status/Actions.tsx | 20 +++++++++++++++----
src/components/timelines/status/Status.tsx | 2 ++
11 files changed, 47 insertions(+), 23 deletions(-)
diff --git a/src/components/Navigator.tsx b/src/components/Navigator.tsx
index d4c72a25..5d5b1d18 100644
--- a/src/components/Navigator.tsx
+++ b/src/components/Navigator.tsx
@@ -35,7 +35,7 @@ const Navigator: React.FC = (props): ReactElement => {
-