From 184278b8fb53a38da592d1fb5968d37bcee43415 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Sat, 1 Jun 2024 12:19:20 +0200 Subject: [PATCH] feat(nvim-status-bar): change message --- src/components/Nvim/NvimInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nvim/NvimInput.tsx b/src/components/Nvim/NvimInput.tsx index e78b4d8..53a62f0 100644 --- a/src/components/Nvim/NvimInput.tsx +++ b/src/components/Nvim/NvimInput.tsx @@ -1 +1 @@ -export const NvimInput = () =>
input
; +export const NvimInput = () =>
Welcome to my website!!
;