From 7ff82e68a3ea7f24e5ffa39521c4964089edb45d Mon Sep 17 00:00:00 2001 From: Shusui MOYATANI Date: Mon, 8 May 2023 20:20:37 +0900 Subject: [PATCH] fix: usage of resolveAsset --- src/components/SideBar.tsx | 2 +- src/components/column/Columns.tsx | 10 ++++++++++ src/components/modal/About.tsx | 2 +- src/pages/Hello.tsx | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/components/SideBar.tsx b/src/components/SideBar.tsx index 38cc690..3bec9f7 100644 --- a/src/components/SideBar.tsx +++ b/src/components/SideBar.tsx @@ -71,7 +71,7 @@ const SideBar: Component = () => { diff --git a/src/components/column/Columns.tsx b/src/components/column/Columns.tsx index 83b938d..7e4999e 100644 --- a/src/components/column/Columns.tsx +++ b/src/components/column/Columns.tsx @@ -5,6 +5,7 @@ import NotificationColumn from '@/components/column/NotificationColumn'; import PostsColumn from '@/components/column/PostsColumn'; import ReactionsColumn from '@/components/column/ReactionsColumn'; import RelaysColumn from '@/components/column/RelaysColumn'; +import SearchColumn from '@/components/column/SearchColumn'; import useConfig from '@/core/useConfig'; const Columns = () => { @@ -63,6 +64,15 @@ const Columns = () => { /> )} + + {(reactionsColumn) => ( + + )} + ); }} diff --git a/src/components/modal/About.tsx b/src/components/modal/About.tsx index e33c444..4567242 100644 --- a/src/components/modal/About.tsx +++ b/src/components/modal/About.tsx @@ -39,7 +39,7 @@ const About: Component = (props) => {
- Logo + Logo

Rabbit v{packageInfo()?.self?.version} diff --git a/src/pages/Hello.tsx b/src/pages/Hello.tsx index 090ac26..a3414ca 100644 --- a/src/pages/Hello.tsx +++ b/src/pages/Hello.tsx @@ -49,7 +49,7 @@ const Hello: Component = () => { return (
- logo + logo

Rabbit

Rabbit is a Web client for Nostr.