Skip to content

Commit abb1350

Browse files
authored
Merge pull request #151 from AndrewCS149/dockerize
Fix casing issue
2 parents 042c838 + 01cd6cc commit abb1350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/post_delete.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use stylist::Style;
55
use yew::{function_component, html, Callback, Html, Properties};
66
use yewdux::use_store_value;
77

8-
const STYLE: &str = include_str!("styles/PostDelete.css");
8+
const STYLE: &str = include_str!("styles/postDelete.css");
99

1010
#[derive(Properties, PartialEq)]
1111
pub struct Props {

0 commit comments

Comments
 (0)