From 01cd6cc9fa8dbe7676c3e9e1f0dab9ed609de69e Mon Sep 17 00:00:00 2001 From: andrew Date: Mon, 15 Apr 2024 22:42:57 -0400 Subject: [PATCH] fix casing issue --- client/src/components/post_delete.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/post_delete.rs b/client/src/components/post_delete.rs index 17675ce6..9b883141 100644 --- a/client/src/components/post_delete.rs +++ b/client/src/components/post_delete.rs @@ -5,7 +5,7 @@ use stylist::Style; use yew::{function_component, html, Callback, Html, Properties}; use yewdux::use_store_value; -const STYLE: &str = include_str!("styles/PostDelete.css"); +const STYLE: &str = include_str!("styles/postDelete.css"); #[derive(Properties, PartialEq)] pub struct Props {