aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-19 10:01:32 -0400
committerXe Iaso <me@xeiaso.net>2023-03-19 10:01:32 -0400
commit30c8d5ce47aba10bb1d85887d5725a89f6bf160e (patch)
treec46e1345c8d6e198e6c06c2839f0f4079bf155af
parentf0c1d0c084350492ba17dbcc402c159af766396f (diff)
downloadxesite-30c8d5ce47aba10bb1d85887d5725a89f6bf160e.tar.xz
xesite-30c8d5ce47aba10bb1d85887d5725a89f6bf160e.zip
app/config: make character info a h3 for future upcoming evil plans
Signed-off-by: Xe Iaso <me@xeiaso.net>
-rw-r--r--src/app/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/config.rs b/src/app/config.rs
index 8c7d64d..746d5a4 100644
--- a/src/app/config.rs
+++ b/src/app/config.rs
@@ -107,7 +107,7 @@ pub struct Character {
impl Render for Character {
fn render(&self) -> Markup {
html! {
- h2 #(self.sticker_name) {(self.name)}
+ h3 #(self.sticker_name) {(self.name)}
(xesite_templates::sticker(self.sticker_name.clone(), self.default_pose.clone()))
p {(self.description)}
details {