mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Fix HTML bug in project init source template
Typo - remove unwanted closing div tag. Tag is a multi-line block, resulting in a superfluous `</div>` and generating incoherent HTML.
This commit is contained in:
parent
7e804c6935
commit
d5a8f247d7
@ -10,7 +10,7 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div>Visit <a class="font-bold text-[#39b54a]" href="https://jetzig.dev/">jetzig.dev</a> to get started.</div>
|
||||
<div>Visit <a class="font-bold text-[#39b54a]" href="https://jetzig.dev/">jetzig.dev</a> to get started.
|
||||
<div>Join our Discord server and introduce yourself:</div>
|
||||
<div>
|
||||
<a class="font-bold text-[#39b54a]" href="https://discord.gg/eufqssz7X6">https://discord.gg/eufqssz7X6</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user