added directories

This commit is contained in:
plebbitor
2023-02-16 14:05:48 +01:00
parent 212a0c10e8
commit 298c84b62a
30 changed files with 14 additions and 15 deletions
+3 -3
View File
@@ -51,7 +51,7 @@ const Thread = ({ setBodyStyle }) => {
switch (event.target.value) {
case "Yotsuba":
setBodyStyle({
background: "#ffe url(/fade.png) top repeat-x",
background: "#ffe url(/assets/fade.png) top repeat-x",
color: "maroon",
fontFamily: "Arial, Helvetica, sans-serif"
});
@@ -60,7 +60,7 @@ const Thread = ({ setBodyStyle }) => {
case "Yotsuba B":
setBodyStyle({
background: "#eef2ff url(/fade-blue.png) top center repeat-x",
background: "#eef2ff url(/assets/fade-blue.png) top center repeat-x",
color: "#000",
fontFamily: "Arial, Helvetica, sans-serif"
});
@@ -105,7 +105,7 @@ const Thread = ({ setBodyStyle }) => {
default:
setBodyStyle({
background: "#ffe url(/fade.png) top repeat-x",
background: "#ffe url(/assets/fade.png) top repeat-x",
color: "maroon",
fontFamily: "Arial, Helvetica, sans-serif"
});