diff --git a/werewolves/src/pages/role_page/adjudicator.rs b/werewolves/src/pages/role_page/adjudicator.rs
index 6dd90b1..933cad6 100644
--- a/werewolves/src/pages/role_page/adjudicator.rs
+++ b/werewolves/src/pages/role_page/adjudicator.rs
@@ -15,7 +15,7 @@
use werewolves_proto::{message::PublicIdentity, role::Killer};
use yew::prelude::*;
-use crate::components::{Icon, IconSource, IdentitySpan};
+use crate::components::{Icon, IconSource, IconType, IdentitySpan};
#[function_component]
pub fn AdjudicatorPage1() -> Html {
@@ -24,7 +24,7 @@ pub fn AdjudicatorPage1() -> Html {
{"ADJUDICATOR"}
{"PICK A PLAYER"}
-
+
{"YOU WILL CHECK IF THEY APPEAR AS A KILLER"}
@@ -48,12 +48,12 @@ pub fn AdjudicatorResult(
let icon = match killer {
Killer::Killer => html! {
},
Killer::NotKiller => html! {
},
};
diff --git a/werewolves/src/pages/role_page/arcanist.rs b/werewolves/src/pages/role_page/arcanist.rs
index 25b935f..524fb86 100644
--- a/werewolves/src/pages/role_page/arcanist.rs
+++ b/werewolves/src/pages/role_page/arcanist.rs
@@ -26,10 +26,10 @@ pub fn ArcanistPage1() -> Html {
{"PICK TWO PLAYERS"}
{"YOU WILL COMPARE THEIR ALIGNMENTS"}
@@ -57,10 +57,10 @@ pub fn ArcanistResult(
};
let icons = match alignment_eq {
AlignmentEq::Same => html! {
-
+
},
AlignmentEq::Different => html! {
-
+
},
};
html! {
diff --git a/werewolves/src/pages/role_page/beholder.rs b/werewolves/src/pages/role_page/beholder.rs
index 8356a1e..b1e130d 100644
--- a/werewolves/src/pages/role_page/beholder.rs
+++ b/werewolves/src/pages/role_page/beholder.rs
@@ -23,7 +23,7 @@ pub fn BeholderPage1() -> Html {
{"BEHOLDER"}
{"PICK A PLAYER"}
-
+
{"YOU WILL SEE WHAT INFORMATION THEY MAY HAVE GATHERED"}
{"SHOULD THEY DIE TONIGHT"}
@@ -38,7 +38,7 @@ pub fn BeholderWakePage1() -> Html {
{"BEHOLDER"}
{"YOUR TARGET HAS DIED"}
-
+
{"THIS IS THE LAST PIECE OF INFORMATION THEY SAW"}
@@ -53,7 +53,7 @@ pub fn BeholderSawNothing() -> Html {
@@ -68,7 +68,7 @@ pub fn BeholderSawEverything() -> Html {
{"BEHOLDER"}
diff --git a/werewolves/src/pages/role_page/guardian.rs b/werewolves/src/pages/role_page/guardian.rs
index 76c418d..76f98e4 100644
--- a/werewolves/src/pages/role_page/guardian.rs
+++ b/werewolves/src/pages/role_page/guardian.rs
@@ -90,7 +90,7 @@ pub fn GuardianPagePreviousGuard(GuardianPageProps { previous }: &GuardianPagePr
{"GUARDIAN"}
diff --git a/werewolves/src/pages/role_page/pyremaster.rs b/werewolves/src/pages/role_page/pyremaster.rs
index 16cdd7f..ba8c231 100644
--- a/werewolves/src/pages/role_page/pyremaster.rs
+++ b/werewolves/src/pages/role_page/pyremaster.rs
@@ -23,7 +23,7 @@ pub fn PyremasterPage1() -> Html {
{"PYREMASTER"}