From d819920f8a1a05d467c00ef8c7f60353c5773117 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 10 May 2024 01:47:09 -0500 Subject: [PATCH] Use .dashed class instead of global attribute selector for title indication --- src/components/common/DynamicDate.tsx | 2 +- src/components/common/PropertyList.tsx | 2 +- src/styles/globals.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/common/DynamicDate.tsx b/src/components/common/DynamicDate.tsx index b187835..942580b 100644 --- a/src/components/common/DynamicDate.tsx +++ b/src/components/common/DynamicDate.tsx @@ -22,7 +22,7 @@ const DynamicDate: FunctionComponent = ({ const date = new Date(value); return (