Skip to content

Commit

Permalink
Fix titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik99999 committed Feb 23, 2024
1 parent 859d169 commit ed8f4f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/routes/(rt)/rt-wondermail/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
<a class="btn btn-link" href={base}>Go back</a>
</center>

<h4>Rescue Team Wondermail Generator</h4>

<form on:submit={generate}>
<div class="form-group">
<label for="missionType">Mission Type:</label>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/(rtdx)/rtdx-rescue/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a class="btn btn-link" href={base}>Go back</a>
</center>

<h4>Rescue Team DX Rescue Password Generator</h4>
<h4>Rescue Team DX Friend Rescue Generator</h4>

<form on:submit={generate}>
<div class="form-group">
Expand Down

0 comments on commit ed8f4f9

Please sign in to comment.