Skip to content

Commit

Permalink
ya
Browse files Browse the repository at this point in the history
  • Loading branch information
1upfunniguy authored Dec 6, 2024
1 parent a54b9cb commit c06f8a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/handlers/credits/credits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { HandlerDefinition } from '../../types'
function Block(content: Pen<HTMLElement>[]): Pen<HTMLElement>[] {
let pen = Pen.fromHTML(`<div>
<h1>developers</h1>
<h2 class="divider" >Penguinify (maindev)</h2>
<h1>contributors</h1>
<h2>skrilll</h2>
<h2 class="divider" >disnos9</h2>
<h2 class="divider" >sad spongebob</h2>
<h1>sad spongebob</h1>
<h2>sad spongebob</h2>
<h2 class="divider" >sad spongebob</h2>
<h1>icons</h2>
<h3 class="divider" >font awesome</h3>
<h3 class="divider" >saf spongebob</h3>
<h1>games</h2>
<h3 class="divider" >selenite <a href="https://discord.gg/7jyufnwJNf" target="_blank">(discord)</a></h3>
<h3 class="divider" >sad spongebob <a href="https://discord.gg/7jyufnwJNf" target="_blank">(discord)</a></h3>
</div>`)
pen[0].setParent(content[0].element)
return pen || []
Expand Down

0 comments on commit c06f8a5

Please sign in to comment.