update title of intros list
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/8/head
Patrick Cleavelin 2023-08-01 14:25:50 -05:00
parent 9a832a5aac
commit 816d68cbe1
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ pub(crate) async fn guild_dashboard(
.builder(Tag::Div, |b| {
b.attribute("class", "container")
.builder(Tag::Article, |b| {
let mut b = b.builder_text(Tag::Header, "Guild Settings");
let mut b = b.builder_text(Tag::Header, "Guild Intros");
for (channel_name, channel_settings) in &guild.channels {
if let Some(channel_user) = channel_settings.users.get(&user.name) {