Skip to content

Commit

Permalink
remove heading copy
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Sep 2, 2023
1 parent 94d665d commit 81f4237
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pointercrate-demonlist-pages/src/demon_page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,6 @@ impl DemonPage {
}
}
}
(PreEscaped(format!(r#"
<script>
document.getElementById("demon-heading").addEventListener('click', () => navigator.clipboard.writeText('https://pointercrate.xyze.dev/demonlist/permalink/{}/'))
</script>
"#, self.data.demon.base.id)))
h3 {
@if self.data.creators.len() > 3 {
"by " (self.data.creators[0].name) " and "
Expand Down

0 comments on commit 81f4237

Please sign in to comment.