Skip to content

Commit

Permalink
Update create.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManucrackYT authored Nov 7, 2023
1 parent c71d5ed commit 894544d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/lapsus/create.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for (let i = 0, len = pterodactyl.relationships.servers.data.length; i < len; i+
<div class="lg:flex lg:items-center lg:justify-between mb-8">
<div class="min-w-0 flex-1">
<h2 class="text-2xl font-bold leading-7 text-gray-900 sm:truncate sm:text-3xl sm:tracking-tight">Deploy</h2>
<p class="text-md font-medium text-gray-600">Deploy a new server on Actium.</p>
<p class="text-md font-medium text-gray-600">Deploy a new server on <%= settings.name %>.</p>
</div>
</div>
<% if (req.query.err) { %>
Expand Down Expand Up @@ -167,4 +167,4 @@ for (let i = 0, len = pterodactyl.relationships.servers.data.length; i < len; i+
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/AlertifyJS/1.13.1/alertify.js" integrity="sha512-eOUPKZXJTfgptSYQqVilRmxUNYm0XVHwcRHD4mdtCLWf/fC9XWe98IT8H1xzBkLL4Mo9GL0xWMSJtgS5te9rQA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
</body>
</body>

0 comments on commit 894544d

Please sign in to comment.