From b88752da697bb45426f45908bd4bffcd05855146 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Mon, 26 Feb 2024 22:34:42 -0500 Subject: [PATCH] softer line --- packages/frontend/src/components/HorizontalLine.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/components/HorizontalLine.tsx b/packages/frontend/src/components/HorizontalLine.tsx index 4d6a864f..78660727 100644 --- a/packages/frontend/src/components/HorizontalLine.tsx +++ b/packages/frontend/src/components/HorizontalLine.tsx @@ -1,7 +1,7 @@ import React from 'react'; const HorizontalLine = () => { - return
; + return
; }; export default HorizontalLine;